|
| def | from_params (cls, patterns=(), type=None, variable=None, indent=FOUR_SPACES, separator=FOUR_SPACES, eol=EOL) |
| |
| def | validate (self, context) |
| |
| 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) |
| |
Definition at line 992 of file statements.py.
◆ from_params()
| def robot.parsing.model.statements.ExceptHeader.from_params |
( |
|
cls, |
|
|
|
patterns = (), |
|
|
|
type = None, |
|
|
|
variable = None, |
|
|
|
indent = FOUR_SPACES, |
|
|
|
separator = FOUR_SPACES, |
|
|
|
eol = EOL |
|
) |
| |
◆ pattern_type()
| def robot.parsing.model.statements.ExceptHeader.pattern_type |
( |
|
self | ) |
|
|
private |
◆ patterns()
| def robot.parsing.model.statements.ExceptHeader.patterns |
( |
|
self | ) |
|
|
private |
◆ validate()
| def robot.parsing.model.statements.ExceptHeader.validate |
( |
|
self, |
|
|
|
context |
|
) |
| |
◆ variable()
| def robot.parsing.model.statements.ExceptHeader.variable |
( |
|
self | ) |
|
|
private |
◆ type
| robot.parsing.model.statements.ExceptHeader.type = Token.EXCEPT |
|
static |
◆ pattern_type
| robot.parsing.model.statements.ExceptHeader.pattern_type = property |
|
static |
◆ patterns
| robot.parsing.model.statements.ExceptHeader.patterns = property |
|
static |
◆ variable
| robot.parsing.model.statements.ExceptHeader.variable = property |
|
static |
The documentation for this class was generated from the following file: