_Framework.Proxy (runtime)¶
Live 12 — Live Object Model & framework reference (descriptions and signatures).
Functions¶
old_hasattr(obj, attr)¶
Classes¶
class BooleanContext¶
Properties¶
value
Methods¶
Manager(managed=None, update_value=None, *a, **k)¶
__call__(self, update_value=None)¶
Call self as a function.
__init__(self, default_value=None, *a, **k)¶
Initialize self. See help(type(self)) for accurate signature.
Attributes¶
default_value=False- bool(x) -> bool
class Proxy(ProxyBase)¶
Properties¶
proxied_interface
Methods¶
__init__(self, proxied_object=None, proxied_interface=None, *a, **k)¶
Initialize self. See help(type(self)) for accurate signature.
proxy_old_hasattr(self, attr)¶
Attributes¶
_proxied_interface=None_skip_wrapper_lookup=Noneproxied_object=None
class ProxyBase¶
Properties¶
proxied_interfaceproxied_object
Methods¶
__init__(self, *a, **k)¶
Initialize self. See help(type(self)) for accurate signature.
proxy_old_hasattr(self, attr)¶
Attributes¶
_skip_wrapper_lookup=None