Definition at line 22 of file settings.py.
◆ __init__()
| def robotide.lib.robot.parsing.settings.Setting.__init__ |
( |
|
self, |
|
|
|
setting_name, |
|
|
|
parent = None, |
|
|
|
comment = None |
|
) |
| |
◆ __iter__()
| def robotide.lib.robot.parsing.settings.Setting.__iter__ |
( |
|
self | ) |
|
◆ __nonzero__()
| def robotide.lib.robot.parsing.settings.Setting.__nonzero__ |
( |
|
self | ) |
|
◆ __unicode__()
| def robotide.lib.robot.parsing.settings.Setting.__unicode__ |
( |
|
self | ) |
|
◆ _concat_string_with_value()
| def robotide.lib.robot.parsing.settings.Setting._concat_string_with_value |
( |
|
self, |
|
|
|
string, |
|
|
|
value |
|
) |
| |
|
private |
◆ _data_as_list()
| def robotide.lib.robot.parsing.settings.Setting._data_as_list |
( |
|
self | ) |
|
|
private |
◆ _populate()
| def robotide.lib.robot.parsing.settings.Setting._populate |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ _set_comment()
| def robotide.lib.robot.parsing.settings.Setting._set_comment |
( |
|
self, |
|
|
|
comment |
|
) |
| |
|
private |
◆ _set_initial_value()
| def robotide.lib.robot.parsing.settings.Setting._set_initial_value |
( |
|
self | ) |
|
|
private |
◆ _string_value()
| def robotide.lib.robot.parsing.settings.Setting._string_value |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ as_list()
| def robotide.lib.robot.parsing.settings.Setting.as_list |
( |
|
self | ) |
|
◆ directory()
| def robotide.lib.robot.parsing.settings.Setting.directory |
( |
|
self | ) |
|
|
private |
◆ is_for_loop()
| def robotide.lib.robot.parsing.settings.Setting.is_for_loop |
( |
|
self | ) |
|
◆ is_set()
| def robotide.lib.robot.parsing.settings.Setting.is_set |
( |
|
self | ) |
|
◆ populate()
| def robotide.lib.robot.parsing.settings.Setting.populate |
( |
|
self, |
|
|
|
value, |
|
|
|
comment = None |
|
) |
| |
Mainly used at parsing time, later attributes can be set directly.
Definition at line 53 of file settings.py.
◆ report_invalid_syntax()
| def robotide.lib.robot.parsing.settings.Setting.report_invalid_syntax |
( |
|
self, |
|
|
|
message, |
|
|
|
level = 'ERROR' |
|
) |
| |
◆ reset()
| def robotide.lib.robot.parsing.settings.Setting.reset |
( |
|
self | ) |
|
◆ source()
| def robotide.lib.robot.parsing.settings.Setting.source |
( |
|
self | ) |
|
|
private |
◆ _populated
| robotide.lib.robot.parsing.settings.Setting._populated |
|
private |
◆ comment
| robotide.lib.robot.parsing.settings.Setting.comment |
◆ parent
| robotide.lib.robot.parsing.settings.Setting.parent |
◆ setting_name
| robotide.lib.robot.parsing.settings.Setting.setting_name |
◆ value
| robotide.lib.robot.parsing.settings.Setting.value |
◆ directory
| robotide.lib.robot.parsing.settings.Setting.directory = property |
|
static |
◆ source
| robotide.lib.robot.parsing.settings.Setting.source = property |
|
static |
The documentation for this class was generated from the following file: