Skip to main content

code

superduperdb.base.code

Source code

Code​

Code(self,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = <factory>,
*,
identifier: str = '',
code: str) -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.
codeThe code to store.

A class to store remote code.

This class stores remote code that can be executed on a remote server.