MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / tick

Method tick

ui/widgets/toggleswitch.py:24–26  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

22 self._tickfunc = None
23
24 def tick(self, func):
25 self._tickfunc = func
26 return func
27
28 def start(self, reverse=False, loop=False):
29 self.reverse = reverse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected