| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Callable
this is just a simple class with a __call__ method we'll use to pass any method invocations back to the caller.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor
**Arguments:**
- log: a python list (or anything else supporting the append method)
which is used to log the actual invocation of a method
- obj: the object which is calling the method
- method: the *name* of the method to be invoked
|
logs the method name and arguments and makes the call
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:06 2008 | http://epydoc.sourceforge.net |