Public Member Functions | |
| def | __getattr__ (self, name) |
| def | __init__ (self, data, result, **priority) |
Public Attributes | |
| data | |
| priority | |
| result | |
Static Private Attributes | |
| list | __slots__ = ['data', 'result', 'priority'] |
Definition at line 17 of file modelcombiner.py.
| def robot.running.modelcombiner.ModelCombiner.__init__ | ( | self, | |
| data, | |||
| result, | |||
| ** | priority | ||
| ) |
Definition at line 20 of file modelcombiner.py.
| def robot.running.modelcombiner.ModelCombiner.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 25 of file modelcombiner.py.
|
staticprivate |
Definition at line 18 of file modelcombiner.py.
| robot.running.modelcombiner.ModelCombiner.data |
Definition at line 21 of file modelcombiner.py.
| robot.running.modelcombiner.ModelCombiner.priority |
Definition at line 23 of file modelcombiner.py.
| robot.running.modelcombiner.ModelCombiner.result |
Definition at line 22 of file modelcombiner.py.