Skip to main content

leaf

superduper.base.leaf

Source code

find_leaf_cls​

find_leaf_cls(full_import_path) -> Type[superduper.base.leaf.Leaf]
ParameterDescription
full_import_pathFull import path of the class.

Find leaf class by class full import path.

Leaf​

Leaf(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = None) -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.

Base class for all leaf classes.