MCPcopy Index your code
hub / github.com/python/cpython / add_signal_handler

Method add_signal_handler

Lib/asyncio/events.py:628–629  ·  view source on GitHub ↗
(self, sig, callback, *args)

Source from the content-addressed store, hash-verified

626 # Signal handling.
627
628 def add_signal_handler(self, sig, callback, *args):
629 raise NotImplementedError
630
631 def remove_signal_handler(self, sig):
632 raise NotImplementedError

Calls

no outgoing calls