Trees | Indices | Help |
|
---|
|
object --+ | types.InstanceType
instance(class[, dict])
Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
the next value, or raise StopIteration |
|
||
Inherited from |
|
|||
|
x.__delattr__('name') <==> del x.name
|
del x[i:j] Use of negative indices is not supported. |
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
hash(x)
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
x[i:j]=y Use of negative indices is not supported. |
str(x)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:28 2017 | http://epydoc.sourceforge.net |