blark.transform.FunctionBlockDeclaration

class blark.transform.FunctionBlockDeclaration[source]

Bases: object

Base class for declarations of variables using function blocks.

May either be by name (FunctionBlockNameDeclaration) or invocation FunctionBlockInvocationDeclaration). Marked as a “tagged union” so that serialization will uniquely identify the Python class.

Methods