Deeploy.DeeployTypes.CodeSnippet
- class Deeploy.DeeployTypes.CodeSnippet(template: NodeTemplate, operatorRepresentation: Dict[str, str | Any])
Bases:
object
A dataclass to hold a NodeTemplate and its associated OperatorRepresentation; used to generate code
Methods
- __init__(template: NodeTemplate, operatorRepresentation: Dict[str, str | Any]) None
__init__
(template, operatorRepresentation)Attributes
template
operatorRepresentation