Skip to main content

stack

superduper.components.stack

Source code

Stack​

Stack(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = None,
*,
artifacts: 'dc.InitVar[t.Optional[t.Dict]]' = None,
components: Sequence[superduper.components.component.Component]) -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.
artifactsA dictionary of artifacts paths and DataType objects
componentsList of components to stack together and add to database.

A placeholder to hold list of components under a namespace.