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 iomintz
Recipients iomintz, petr.viktorin, yselivanov
Date 2018-09-14.03:09:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536894578.61.0.956365154283.issue34635@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't have one in mind. I just noticed that there was a getmro which accessed __mro__ but no corresponding method for __subclasses__.
That got me getsubclasses and getallsubclasses.

Then I thought it would be cool if you could walk the tree of subclasses in code, so I wrote getsubclasstree.
History
Date User Action Args
2018-09-14 03:09:38iomintzsetrecipients: + iomintz, petr.viktorin, yselivanov
2018-09-14 03:09:38iomintzsetmessageid: <1536894578.61.0.956365154283.issue34635@psf.upfronthosting.co.za>
2018-09-14 03:09:38iomintzlinkissue34635 messages
2018-09-14 03:09:38iomintzcreate