Home | Trees | Indices | Help |
|
---|
|
object --+ | Util.Proxy --+ | EntryProxy
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
dictSpecialAttrs =
|
|
|||
Inherited from |
|
A Python Descriptor class that delegates attribute fetches to an underlying wrapped subject of a Proxy. Typical use: class Foo(Proxy): __str__ = Delegate('__str__')
|
Retrieve an attribute from the wrapped object. If the named attribute doesn't exist, AttributeError is raised
|
|
dictSpecialAttrs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 14 22:07:44 2010 | http://epydoc.sourceforge.net |