blark.transform.VariableDeclarationBlock

class blark.transform.VariableDeclarationBlock[source]

Bases: object

Base class for variable declaration blocks.

Marked as a “tagged union” so that serialization will uniquely identify the Python class.

Methods

Attributes

attribute_pragmas

Attribute pragmas associated with the variable declaration block.

block_header

items

meta

block_header: ClassVar[str] = 'VAR'
items: List[Any]
meta: Meta | None
property attribute_pragmas: List[str]

Attribute pragmas associated with the variable declaration block.