Revert back to the original state.
(self)
| 44 | self.ip = "192.0.2.1" |
| 45 | |
| 46 | def _reset_state(self): |
| 47 | """Revert back to the original state.""" |
| 48 | self.state = self.start_state.copy() |
| 49 | |
| 50 | def _set_state(self, var, value): |
| 51 | """Set a state of a variable, the value is expected to be an array with length |
no outgoing calls