eryksun added the comment:

You won't find the __qualname__ data descriptor in dir(Foo.Bar) because it's 
defined by the metaclass, `type`. Attributes from the metaclass have always 
been excluded from the dir() of a class.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to