Function | Parameters | Return Value | Description |
---|
System.__eq__(self, other) | other: Another System instance | True or False | Check whether a system is equal to another |
System.__hash__(self) |
| Integer | Returns a hash based on UUID |
System.__init__(self, system_id) | system_id: UUID | Instance | Initialize a new System instance. |
System.create_conditional(self, classname, parameter, expected_value) | classname: Check class parameter: Expected value expected_value: Expected | UUID | Creates a new system conditional and saves it to the database. If the system could not be created, a ValueError is raised |
System.delete(self) |
|
| Delete this system |