| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
GenericWrapper
Wrap all of an object's methods with before/after calls. This is like a decorator for objects.
From the Python Cookbook.
Copyright: O'Reilly Media
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:14 2010 | http://epydoc.sourceforge.net |