|
| def | __init__ (self, suite_class=TestSuite, parent=None, suites=None) |
| |
| def | __getitem__ (self, index) |
| |
| def | __iter__ (self) |
| |
| def | __len__ (self) |
| |
| def | __setitem__ (self, index, item) |
| |
| def | __unicode__ (self) |
| |
| def | append (self, item) |
| |
| def | clear (self) |
| |
| def | create (self, *args, **kwargs) |
| |
| def | extend (self, items) |
| |
| def | index (self, item, *start_and_end) |
| |
| def | insert (self, index, item) |
| |
| def | pop (self, *index) |
| |
| def | visit (self, visitor) |
| |
Definition at line 182 of file testsuite.py.
◆ __init__()
| def robotide.lib.robot.model.testsuite.TestSuites.__init__ |
( |
|
self, |
|
|
|
suite_class = TestSuite, |
|
|
|
parent = None, |
|
|
|
suites = None |
|
) |
| |
◆ __slots__
| list robotide.lib.robot.model.testsuite.TestSuites.__slots__ = [] |
|
staticprivate |
The documentation for this class was generated from the following file: