This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, techdragon
Date 2014-11-04.09:23:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415092994.42.0.203865062882.issue22790@psf.upfronthosting.co.za>
In-reply-to
Content
Why did you specify "during class initialization" only? When I print dir(Foo.Bar) at top-level, there is no __qualname__.

Then, note that '__name__' is not listed either, so it's not about new attributes.

It was chosen that dir(someClass) tries to list the know attributes of instances, not the attributes of the class object itself (__bases__, __mro__, and so on).
See https://docs.python.org/3.4/library/functions.html#dir
History
Date User Action Args
2014-11-04 09:23:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, techdragon
2014-11-04 09:23:14amaury.forgeotdarcsetmessageid: <1415092994.42.0.203865062882.issue22790@psf.upfronthosting.co.za>
2014-11-04 09:23:14amaury.forgeotdarclinkissue22790 messages
2014-11-04 09:23:14amaury.forgeotdarccreate