[Tutor] The Whole Tree

Andreas Perstinger andipersti at gmail.com
Sun Jun 16 20:32:41 CEST 2013


On 16.06.2013 19:21, Jim Mooney wrote:
> Speaking of which, I put "Python class hierarchy" in Google but just
> got a bunch of specific wheeze. What I want is a
> list of the whole tree. Is there such, or a way I can generate it?

I'm not sure if that's what you are looking for but the language 
reference describes the standard type hierarchy:
http://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy

Bye, Andreas



More information about the Tutor mailing list