-
- Downloads
Stop generated builtin str methods from referencing a dummy class
This class, called 'whatever' ended up appearing in pyreverse due to a local called __class__ which pointed to it. pyreverse seemed to have found this class by recursively visiting nodes and calling the values() method of each node. Closes PyCQA/pylint#1875
Please register or sign in to comment