| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ObjectProxy
Object that acts as a proxy to another object, forwarding attribute accesses and method calls. This can be useful for implementing lazy initialization.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__getattribute__('name') <==> x.name
|
x.__setattr__('name', value) <==> x.name = value
|
repr(x)
|
str(x)
|
hash(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 18 16:59:28 2013 | http://epydoc.sourceforge.net |