|
| 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) |
| |
| def | validate (self, context) |
| |
| | errors |
| |
| | tokens |
| |
| tuple | handles_types = () |
| |
| | type = None |
| |
| | col_offset = property |
| |
| | data_tokens = property |
| |
| | end_col_offset = property |
| |
| | end_lineno = property |
| |
| | lineno = property |
| |
| | lines = property |
| |
Definition at line 174 of file statements.py.
◆ _escaped_or_has_newline()
| def robot.parsing.model.statements.DocumentationOrMetadata._escaped_or_has_newline |
( |
|
self, |
|
|
|
line |
|
) |
| |
|
private |
◆ _get_lines()
| def robot.parsing.model.statements.DocumentationOrMetadata._get_lines |
( |
|
self, |
|
|
|
tokens |
|
) |
| |
|
private |
◆ _join_value()
| def robot.parsing.model.statements.DocumentationOrMetadata._join_value |
( |
|
self, |
|
|
|
tokens |
|
) |
| |
|
private |
◆ _yield_lines_with_newlines()
| def robot.parsing.model.statements.DocumentationOrMetadata._yield_lines_with_newlines |
( |
|
self, |
|
|
|
lines |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: