| Trees | Indices | Help |
|
|---|
|
|
object --+
|
type
type(object) -> the object's type type(name, bases, dict) -> a new type
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| the object's type |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
| bool |
|
||
| list of immediate subclasses |
|
||
| list |
|
||
|
Inherited from |
|||
|
|||
| __abstractmethods__ | |||
| __base__ | |||
| __bases__ | |||
| __basicsize__ | |||
| __dictoffset__ | |||
| __flags__ | |||
| __itemsize__ | |||
| __mro__ | |||
| __name__ | |||
| __weakrefoffset__ | |||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
hash(x)
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 30 18:46:43 2017 | http://epydoc.sourceforge.net |