|
| def | __repr__ (self) |
| |
| def | config (self, **attributes) |
| | Configure model object with given attributes. More...
|
| |
| def | copy (self, **attributes) |
| | Return shallow copy of this object. More...
|
| |
| def | deepcopy (self, **attributes) |
| | Return deep copy of this object. More...
|
| |
Definition at line 22 of file body.py.
◆ _get_id()
| def robot.model.body.BodyItem._get_id |
( |
|
self, |
|
|
|
parent |
|
) |
| |
|
private |
◆ has_setup()
| def robot.model.body.BodyItem.has_setup |
( |
|
self | ) |
|
|
private |
◆ has_teardown()
| def robot.model.body.BodyItem.has_teardown |
( |
|
self | ) |
|
|
private |
◆ id()
| def robot.model.body.BodyItem.id |
( |
|
self | ) |
|
|
private |
◆ __slots__
| list robot.model.body.BodyItem.__slots__ = ['parent'] |
|
staticprivate |
◆ BREAK
| string robot.model.body.BodyItem.BREAK = 'BREAK' |
|
static |
◆ CONTINUE
| string robot.model.body.BodyItem.CONTINUE = 'CONTINUE' |
|
static |
◆ ELSE
| string robot.model.body.BodyItem.ELSE = 'ELSE' |
|
static |
◆ ELSE_IF
| string robot.model.body.BodyItem.ELSE_IF = 'ELSE IF' |
|
static |
◆ EXCEPT
| string robot.model.body.BodyItem.EXCEPT = 'EXCEPT' |
|
static |
◆ FINALLY
| string robot.model.body.BodyItem.FINALLY = 'FINALLY' |
|
static |
◆ FOR
| string robot.model.body.BodyItem.FOR = 'FOR' |
|
static |
◆ IF
| string robot.model.body.BodyItem.IF = 'IF' |
|
static |
◆ IF_ELSE_ROOT
| string robot.model.body.BodyItem.IF_ELSE_ROOT = 'IF/ELSE ROOT' |
|
static |
◆ ITERATION
| string robot.model.body.BodyItem.ITERATION = 'ITERATION' |
|
static |
◆ KEYWORD
| string robot.model.body.BodyItem.KEYWORD = 'KEYWORD' |
|
static |
◆ MESSAGE
| string robot.model.body.BodyItem.MESSAGE = 'MESSAGE' |
|
static |
◆ RETURN
| string robot.model.body.BodyItem.RETURN = 'RETURN' |
|
static |
◆ SETUP
| string robot.model.body.BodyItem.SETUP = 'SETUP' |
|
static |
◆ TEARDOWN
| string robot.model.body.BodyItem.TEARDOWN = 'TEARDOWN' |
|
static |
◆ TRY
| string robot.model.body.BodyItem.TRY = 'TRY' |
|
static |
◆ TRY_EXCEPT_ROOT
| string robot.model.body.BodyItem.TRY_EXCEPT_ROOT = 'TRY/EXCEPT ROOT' |
|
static |
◆ type
| robot.model.body.BodyItem.type = None |
|
static |
◆ WHILE
| string robot.model.body.BodyItem.WHILE = 'WHILE' |
|
static |
◆ has_setup
| robot.model.body.BodyItem.has_setup = property |
|
static |
◆ has_teardown
| robot.model.body.BodyItem.has_teardown = property |
|
static |
◆ id
Item id in format like s1-t3-k1.
See :attr:`TestSuite.id <robot.model.testsuite.TestSuite.id>` for
more information.
Definition at line 50 of file body.py.
The documentation for this class was generated from the following file: