Robot Framework
robot.parsing.model.statements.Arguments Class Reference
Inheritance diagram for robot.parsing.model.statements.Arguments:
robot.parsing.model.statements.MultiValue robot.parsing.model.statements.Statement

Public Member Functions

def from_params (cls, args, indent=FOUR_SPACES, separator=FOUR_SPACES, eol=EOL)
 
def validate (self, context)
 
- Public Member Functions inherited from robot.parsing.model.statements.Statement
def __getitem__ (self, item)
 
def __init__ (self, tokens, errors=())
 
def __iter__ (self)
 
def __len__ (self)
 
def __repr__ (self)
 
def from_params (cls, *args, **kwargs)
 Create statement from passed parameters. More...
 
def from_tokens (cls, tokens)
 
def get_token (self, *types)
 Return a token with the given type. More...
 
def get_tokens (self, *types)
 Return tokens having any of the given types. More...
 
def get_value (self, type, default=None)
 Return value of a token with the given type. More...
 
def get_values (self, *types)
 Return values of tokens having any of the given types. More...
 
def register (cls, subcls)
 

Public Attributes

 errors
 
- Public Attributes inherited from robot.parsing.model.statements.Statement
 errors
 
 tokens
 

Static Public Attributes

 type = Token.ARGUMENTS
 
- Static Public Attributes inherited from robot.parsing.model.statements.Statement
tuple handles_types = ()
 
 type = None
 

Additional Inherited Members

- Properties inherited from robot.parsing.model.statements.MultiValue
 values = property
 
- Properties inherited from robot.parsing.model.statements.Statement
 col_offset = property
 
 data_tokens = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 
 lines = property
 

Detailed Description

Definition at line 738 of file statements.py.

Member Function Documentation

◆ from_params()

def robot.parsing.model.statements.Arguments.from_params (   cls,
  args,
  indent = FOUR_SPACES,
  separator = FOUR_SPACES,
  eol = EOL 
)

Definition at line 742 of file statements.py.

◆ validate()

def robot.parsing.model.statements.Arguments.validate (   self,
  context 
)

Reimplemented from robot.parsing.model.statements.Statement.

Definition at line 751 of file statements.py.

Member Data Documentation

◆ errors

robot.parsing.model.statements.Arguments.errors

Definition at line 754 of file statements.py.

◆ type

robot.parsing.model.statements.Arguments.type = Token.ARGUMENTS
static

Definition at line 739 of file statements.py.


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