Fix for pylint not knowing about the existence of __globals__.
It seems that __globals__ isn't known to the pylint tool, and we use that to recognise the context of the operations. So we have to make pylint ignore that particular instance.
Showing
Please register or sign in to comment