Definition at line 628 of file model.py.
◆ __init__()
| def robotide.lib.robot.parsing.model.Variable.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
name, |
|
|
|
value, |
|
|
|
comment = None |
|
) |
| |
◆ __nonzero__()
| def robotide.lib.robot.parsing.model.Variable.__nonzero__ |
( |
|
self | ) |
|
◆ as_list()
| def robotide.lib.robot.parsing.model.Variable.as_list |
( |
|
self | ) |
|
◆ has_data()
| def robotide.lib.robot.parsing.model.Variable.has_data |
( |
|
self | ) |
|
◆ is_for_loop()
| def robotide.lib.robot.parsing.model.Variable.is_for_loop |
( |
|
self | ) |
|
◆ is_set()
| def robotide.lib.robot.parsing.model.Variable.is_set |
( |
|
self | ) |
|
◆ report_invalid_syntax()
| def robotide.lib.robot.parsing.model.Variable.report_invalid_syntax |
( |
|
self, |
|
|
|
message, |
|
|
|
level = 'ERROR' |
|
) |
| |
◆ comment
| robotide.lib.robot.parsing.model.Variable.comment |
◆ name
| robotide.lib.robot.parsing.model.Variable.name |
◆ parent
| robotide.lib.robot.parsing.model.Variable.parent |
◆ value
| robotide.lib.robot.parsing.model.Variable.value |
The documentation for this class was generated from the following file: