Home | Trees | Indices | Help |
|
---|
|
object --+ | nltk_lite.draw.cfg'.MethodType
instancemethod(function, instance, class)
Create an instance method object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
im_class the class associated with a method |
|||
im_func the function (or other callable) implementing a method |
|||
im_self the instance to which a method is bound; None for unbound methods |
|||
|
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.0beta1 on Wed May 16 22:47:28 2007 | http://epydoc.sourceforge.net |