Skip to main content

application

superduperdb.components.application

Source code

Application​

Application(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = <factory>,
*,
artifacts: 'dc.InitVar[t.Optional[t.Dict]]' = None,
template: Union[superduperdb.components.template.Template,
str] = None,
kwargs: Dict) -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.
artifactsA dictionary of artifacts paths and DataType objects
templateTemplate.
kwargsKeyword arguments passed to template.

Application built from template.