MCPcopy
hub / github.com/raiden-network/raiden / callback

Method callback

raiden/utils/profiling/timer.py:33–34  ·  view source on GitHub ↗
(self, signum: int, stack: FrameType)

Source from the content-addressed store, hash-verified

31 self._callback = callback
32
33 def callback(self, signum: int, stack: FrameType) -> None:
34 self._callback(signum, stack)
35
36 def stop(self) -> None:
37 del self._callback

Callers 1

invokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected