blark.transform.InputDeclarations ================================= .. currentmodule:: blark.transform .. autoclass:: InputDeclarations .. rubric:: Lark grammar This class is used by the following grammar rules: ``input_declarations`` .. code:: input_declarations: _VAR_INPUT [ variable_attributes ] _var_input_body _END_VAR ";"* .. rubric:: Methods .. autosummary:: ~InputDeclarations.__init__ ~InputDeclarations.from_lark .. rubric:: Attributes .. autosummary:: ~InputDeclarations.attribute_pragmas ~InputDeclarations.block_header ~InputDeclarations.meta ~InputDeclarations.attrs ~InputDeclarations.items