blark.transform.ParameterAssignment

class blark.transform.ParameterAssignment[source]

Bases: object

Base class for assigned parameters in function calls.

May be either input parameters (positional or named name :=) or output parameters (named as in name =>, NOT name =>). Marked as a “tagged union” so that serialization will uniquely identify the Python class.

Methods