Class LazyValue
Value that will be resolved after layout is computed.
Declaration
class LazyValue
source linkDocumentation
Methods
▷ def add(self, value: float) -> LazyValue Lazily adds the given number to this value.
▷ def eval(self) Evaluates the actual value.
▷ def map(self, fn) -> LazyValue Lazily maps the result of this value.
Reexports