| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
type
type(object) -> the object's type type(name, bases, dict) -> a new type
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| the object's type |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
| bool |
|
||
| list of immediate subclasses |
|
||
| list |
|
||
|
Inherited from |
|||
| Properties | |
| __abstractmethods__ | |
| __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)
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 8 00:00:57 2017 | http://epydoc.sourceforge.net |