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 Mon Sep 21 14:08:19 2015 | http://epydoc.sourceforge.net |