Robot Framework
robot.parsing.model.blocks.Block Class Reference
Inheritance diagram for robot.parsing.model.blocks.Block:
robot.parsing.model.blocks.File robot.parsing.model.blocks.For robot.parsing.model.blocks.HeaderAndBody robot.parsing.model.blocks.If robot.parsing.model.blocks.Keyword robot.parsing.model.blocks.Section robot.parsing.model.blocks.TestCase robot.parsing.model.blocks.Try robot.parsing.model.blocks.While

Public Member Functions

def validate (self, context)
 
def validate_model (self)
 

Static Public Attributes

tuple errors = ()
 

Properties

 col_offset = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 

Private Member Functions

def _body_is_empty (self)
 
def col_offset (self)
 
def end_col_offset (self)
 
def end_lineno (self)
 
def lineno (self)
 

Static Private Attributes

tuple _attributes
 
tuple _fields
 

Detailed Description

Definition at line 25 of file blocks.py.

Member Function Documentation

◆ _body_is_empty()

def robot.parsing.model.blocks.Block._body_is_empty (   self)
private

Definition at line 70 of file blocks.py.

◆ col_offset()

def robot.parsing.model.blocks.Block.col_offset (   self)
private

Definition at line 46 of file blocks.py.

◆ end_col_offset()

def robot.parsing.model.blocks.Block.end_col_offset (   self)
private

Definition at line 60 of file blocks.py.

◆ end_lineno()

def robot.parsing.model.blocks.Block.end_lineno (   self)
private

Definition at line 53 of file blocks.py.

◆ lineno()

def robot.parsing.model.blocks.Block.lineno (   self)
private

Definition at line 39 of file blocks.py.

◆ validate()

def robot.parsing.model.blocks.Block.validate (   self,
  context 
)

◆ validate_model()

def robot.parsing.model.blocks.Block.validate_model (   self)

Definition at line 64 of file blocks.py.

Member Data Documentation

◆ _attributes

robot.parsing.model.blocks.Block._attributes
staticprivate

Definition at line 33 of file blocks.py.

◆ _fields

robot.parsing.model.blocks.Block._fields
staticprivate

Definition at line 29 of file blocks.py.

◆ errors

tuple robot.parsing.model.blocks.Block.errors = ()
static

Definition at line 34 of file blocks.py.

Property Documentation

◆ col_offset

robot.parsing.model.blocks.Block.col_offset = property
static

Definition at line 44 of file blocks.py.

◆ end_col_offset

robot.parsing.model.blocks.Block.end_col_offset = property
static

Definition at line 58 of file blocks.py.

◆ end_lineno

robot.parsing.model.blocks.Block.end_lineno = property
static

Definition at line 51 of file blocks.py.

◆ lineno

robot.parsing.model.blocks.Block.lineno = property
static

Definition at line 37 of file blocks.py.


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