]
A little thought reveals that under most circumstances, any subclasses of <type 'object'>
(and their subclasses, and so on) will have <type 'type'>
as their type.
In Python, the
__class__
attribute points to the type of an object
]
A little thought reveals that under most circumstances, any subclasses of <type 'object'>
(and their subclasses, and so on) will have <type 'type'>
as their type.
In Python, the
__class__
attribute points to the type of an object