(self, name, context_object=None, transition_attributes=None)
| 23 | self._scsi_list_refresh_timer_flag = Timer(self._refresh_interval) |
| 24 | |
| 25 | def segue(self, name, context_object=None, transition_attributes=None): |
| 26 | super().segue(name, context_object, transition_attributes) |
| 27 | self._scsi_list_refresh_timer_flag.reset_timer() |
| 28 | |
| 29 | def update(self): |
| 30 | super().update() |
nothing calls this directly
no test coverage detected