| Trees | Indices | Help |
|---|
|
|
object --+
|
Proxy
Our own proxy object which enables weak references to bound and unbound methods and arbitrary callables. Pulls information about the function, class, and instance out of a bound method. Stores a weak reference to the instance to support garbage collection.
|
|||
|
|||
|
|||
| boolean |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Proxy for a call to the weak referenced object. Take arbitrary params to pass to the callable.
|
Compare the held function and instance with that held by another proxy.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:18 2007 | http://epydoc.sourceforge.net |