Home | Trees | Indices | Help |
|
---|
|
object --+ | Delegate
A Python Descriptor class that delegates attribute fetches to an underlying wrapped subject of a Proxy. Typical use:
- class Foo(Proxy):
- __str__ = Delegate('__str__')
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 27 12:53:23 2014 | http://epydoc.sourceforge.net |