class documentation

class DeferredValue: (source)

View In Hierarchy

A value within a JSON serializable object that is deferred.

Parameters
valueThe value.
deferredThe Deferred representing the value.
Method resolve Resolve the Deferred that represents the value with the value itself.
Instance Variable deferred Undocumented
Instance Variable value Undocumented
def resolve(self): (source)

Resolve the Deferred that represents the value with the value itself.

deferred: Deferred = (source)

Undocumented

value: Any = (source)

Undocumented