Skip to main content

PromiseProxy

Proxy that evaluates object once. :class:Proxy will evaluate the object each time, while the promise will only evaluate it once.

Attributes

AttributeTypeDescription
pendingcollections.dequeA deque of callback functions and arguments to be executed once the proxy object is evaluated.
weakreflistInternal attribute used to allow weak references to the PromiseProxy instance.

Constructor

Signature

def PromiseProxy()