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

Method set_exception_handler

Lib/asyncio/events.py:647–648  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

645 raise NotImplementedError
646
647 def set_exception_handler(self, handler):
648 raise NotImplementedError
649
650 def default_exception_handler(self, context):
651 raise NotImplementedError

Calls

no outgoing calls