Skip to main content

flowtorch.lazy

class

flowtorch.Lazy

Inherits from: builtins.object

Represents delayed instantiation of a class.

member

__init__

(self, cls: Any, bindings: Mapping[str, Any], sig: inspect.Signature, bound_sig: inspect.Signature)
<empty docstring>