blark.transform.GlobalVariableDeclarations ========================================== .. currentmodule:: blark.transform .. autoclass:: GlobalVariableDeclarations .. rubric:: Lark grammar This class is used by the following grammar rules: ``global_var_declarations`` .. code:: global_var_declarations: _VAR_GLOBAL [ global_variable_attributes ] global_var_body_item* _END_VAR ";"* .. rubric:: Methods .. autosummary:: ~GlobalVariableDeclarations.__init__ ~GlobalVariableDeclarations.from_lark .. rubric:: Attributes .. autosummary:: ~GlobalVariableDeclarations.attribute_pragmas ~GlobalVariableDeclarations.block_header ~GlobalVariableDeclarations.meta ~GlobalVariableDeclarations.name ~GlobalVariableDeclarations.attrs ~GlobalVariableDeclarations.items