| Home | Trees | Index | Help |
|
|---|
| Package harold :: Package prog :: Package abstract :: Module member :: Class method |
|
object --+
|
CallableWrapper --+
|
object --+ |
| |
_AbstractMember --+
|
method
| Method Summary | |
|---|---|
__init__(self,
f)
| |
__call__(self,
*args,
**kw)
| |
| Inherited from CallableWrapper | |
see: wrapped | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from CallableWrapper | |
wrapped: Return the callable wrapped by this CallableWrapper | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 | http://epydoc.sf.net |