Definition at line 395 of file blocks.py.
◆ __init__()
| def robot.parsing.model.blocks.While.__init__ |
( |
|
self, |
|
|
|
header, |
|
|
|
body = None, |
|
|
|
end = None, |
|
|
|
errors = () |
|
) |
| |
◆ condition()
| def robot.parsing.model.blocks.While.condition |
( |
|
self | ) |
|
|
private |
◆ limit()
| def robot.parsing.model.blocks.While.limit |
( |
|
self | ) |
|
|
private |
◆ validate()
| def robot.parsing.model.blocks.While.validate |
( |
|
self, |
|
|
|
context |
|
) |
| |
◆ _fields
| robot.parsing.model.blocks.While._fields |
|
staticprivate |
◆ body
| robot.parsing.model.blocks.While.body |
◆ end
| robot.parsing.model.blocks.While.end |
◆ errors
| robot.parsing.model.blocks.While.errors |
◆ header
| robot.parsing.model.blocks.While.header |
◆ condition
| robot.parsing.model.blocks.While.condition = property |
|
static |
◆ limit
| robot.parsing.model.blocks.While.limit = property |
|
static |
The documentation for this class was generated from the following file: