| Trees | Indices | Help |
|
|---|
|
|
object --+
|
types.UnboundMethodType
instancemethod(function, instance, class)
Create an instance method object.
|
|||
|
|||
|
|||
|
|||
| value |
|
||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
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 |