[issue19239] add inspect functions to retrieve attributes from both old dir() and overridden dir()

Ethan Furman report at bugs.python.org
Sun Oct 13 17:30:02 CEST 2013


Ethan Furman added the comment:

It would certainly be nice.  We could do a dir() on the metaclass, discarding anything either not in dir(type) or not dundered, or both.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19239>
_______________________________________


More information about the Python-bugs-list mailing list