Skip to content

_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

proxied_interface(self)

__init__(self, proxied_object, proxied_interface, *a, **k)