MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / segue

Method segue

python/ctrlboard/src/piscsi_menu_controller.py:25–27  ·  view source on GitHub ↗
(self, name, context_object=None, transition_attributes=None)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

reset_timerMethod · 0.45

Tested by

no test coverage detected