[issue22790] some class attributes missing from dir(Class)

Georg Brandl report at bugs.python.org
Tue Nov 4 10:29:37 CET 2014


Georg Brandl added the comment:

The missing attributes are some of those defined in type_getsets, i.e.

__name__
__qualname__
__bases__
__abstractmethods__
__text_signature__

The latter two are obscure enough that it probably doesn't matter, but the first three should definitely be there.

----------

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


More information about the Python-bugs-list mailing list