Home | Trees | Indices | Help |
|
---|
|
object --+ | type
type(object) -> the object's type type(name, bases, dict) -> a new type
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
list of immediate subclasses |
|
||
list |
|
||
Inherited from |
Properties | |
__base__ | |
__bases__ | |
__basicsize__ | |
__dictoffset__ | |
__flags__ | |
__itemsize__ | |
__mro__ | |
__name__ | |
__weakrefoffset__ | |
Inherited from |
Method Details |
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 11 21:52:21 2010 | http://epydoc.sourceforge.net |