Definition at line 898 of file model.py.
◆ __init__()
| def robotide.lib.robot.parsing.model.Step.__init__ |
( |
|
self, |
|
|
|
content, |
|
|
|
comment = None |
|
) |
| |
◆ __len__()
| def robotide.lib.robot.parsing.model.Step.__len__ |
( |
|
self | ) |
|
◆ _get_assign()
| def robotide.lib.robot.parsing.model.Step._get_assign |
( |
|
self | ) |
|
|
private |
◆ add_step()
| def robotide.lib.robot.parsing.model.Step.add_step |
( |
|
self, |
|
|
|
content, |
|
|
|
comment = None |
|
) |
| |
◆ as_list()
| def robotide.lib.robot.parsing.model.Step.as_list |
( |
|
self, |
|
|
|
indent = False, |
|
|
|
include_comment = True |
|
) |
| |
import inspect stack = inspect.stack() the_class = stack[1][0].f_locals["self"].__class__.__name__ the_method = stack[1][0].f_code.co_name print("DEBUG: RFLib Model Step called by {}.{}()".format(the_class, the_method))
Definition at line 1035 of file model.py.
◆ decrease_indent()
| def robotide.lib.robot.parsing.model.Step.decrease_indent |
( |
|
self | ) |
|
◆ first_empty_cell()
| def robotide.lib.robot.parsing.model.Step.first_empty_cell |
( |
|
self | ) |
|
◆ first_non_empty_cell()
| def robotide.lib.robot.parsing.model.Step.first_non_empty_cell |
( |
|
self, |
|
|
|
content = None |
|
) |
| |
◆ increase_indent()
| def robotide.lib.robot.parsing.model.Step.increase_indent |
( |
|
self | ) |
|
◆ is_comment()
| def robotide.lib.robot.parsing.model.Step.is_comment |
( |
|
self | ) |
|
◆ is_for_loop()
| def robotide.lib.robot.parsing.model.Step.is_for_loop |
( |
|
self | ) |
|
◆ is_kind_of_comment()
| def robotide.lib.robot.parsing.model.Step.is_kind_of_comment |
( |
|
content | ) |
|
|
static |
◆ is_set()
| def robotide.lib.robot.parsing.model.Step.is_set |
( |
|
self | ) |
|
◆ args [1/2]
| list robotide.lib.robot.parsing.model.Step.args = [] |
|
static |
◆ args [2/2]
| robotide.lib.robot.parsing.model.Step.args |
◆ assign [1/2]
| list robotide.lib.robot.parsing.model.Step.assign = [] |
|
static |
◆ assign [2/2]
| robotide.lib.robot.parsing.model.Step.assign |
◆ cells [1/2]
| list robotide.lib.robot.parsing.model.Step.cells = [] |
|
static |
◆ cells [2/2]
| robotide.lib.robot.parsing.model.Step.cells |
◆ comment [1/2]
| list robotide.lib.robot.parsing.model.Step.comment = [] |
|
static |
◆ comment [2/2]
| robotide.lib.robot.parsing.model.Step.comment |
◆ indent [1/2]
| list robotide.lib.robot.parsing.model.Step.indent = [] |
|
static |
◆ indent [2/2]
| robotide.lib.robot.parsing.model.Step.indent |
◆ inner_kw_pos
| robotide.lib.robot.parsing.model.Step.inner_kw_pos = None |
|
static |
◆ name
| robotide.lib.robot.parsing.model.Step.name = None |
|
static |
◆ normal_assign
| robotide.lib.robot.parsing.model.Step.normal_assign = None |
|
static |
The documentation for this class was generated from the following file: