Robot Framework
robot.parsing.parser.fileparser.VariableSectionParser Class Reference
Inheritance diagram for robot.parsing.parser.fileparser.VariableSectionParser:
robot.parsing.parser.fileparser.SectionParser robot.parsing.parser.blockparsers.Parser

Static Public Attributes

 model_class = VariableSection
 
- Static Public Attributes inherited from robot.parsing.parser.fileparser.SectionParser
 model_class = None
 

Additional Inherited Members

- Public Member Functions inherited from robot.parsing.parser.fileparser.SectionParser
def __init__ (self, header)
 
def handles (self, statement)
 
def parse (self, statement)
 
- Public Attributes inherited from robot.parsing.parser.blockparsers.Parser
 model
 

Detailed Description

Definition at line 80 of file fileparser.py.

Member Data Documentation

◆ model_class

robot.parsing.parser.fileparser.VariableSectionParser.model_class = VariableSection
static

Definition at line 81 of file fileparser.py.


The documentation for this class was generated from the following file: