Robot Framework
robot.parsing.model.blocks.Section Class Reference
Inheritance diagram for robot.parsing.model.blocks.Section:
robot.parsing.model.blocks.Block robot.parsing.model.blocks.CommentSection robot.parsing.model.blocks.KeywordSection robot.parsing.model.blocks.SettingSection robot.parsing.model.blocks.TestCaseSection robot.parsing.model.blocks.VariableSection

Public Member Functions

def __init__ (self, header=None, body=None)
 
- Public Member Functions inherited from robot.parsing.model.blocks.Block
def validate (self, context)
 
def validate_model (self)
 

Public Attributes

 body
 
 header
 

Static Private Attributes

tuple _fields
 

Additional Inherited Members

- Static Public Attributes inherited from robot.parsing.model.blocks.Block
tuple errors = ()
 
- Properties inherited from robot.parsing.model.blocks.Block
 col_offset = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 

Detailed Description

Definition at line 118 of file blocks.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.parsing.model.blocks.Section.__init__ (   self,
  header = None,
  body = None 
)

Definition at line 124 of file blocks.py.

Member Data Documentation

◆ _fields

robot.parsing.model.blocks.Section._fields
staticprivate

Definition at line 122 of file blocks.py.

◆ body

robot.parsing.model.blocks.Section.body

Definition at line 126 of file blocks.py.

◆ header

robot.parsing.model.blocks.Section.header

Definition at line 125 of file blocks.py.


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