_Framework.Proxy¶
Classes¶
class ProxyBase(object)¶
Bases: object
Attributes¶
_skip_wrapper_lookup = None
__init__(self, *a, **k)¶
proxy_old_hasattr(self, attr)¶
__getattr__(self, name)¶
__setattr__(self, name, value)¶
proxied_object(self)¶
proxied_interface(self)¶
class Proxy(ProxyBase)¶
Bases: ProxyBase
Attributes¶
proxied_object = None_proxied_interface = None