MCPcopy Index your code
hub / github.com/RustPython/RustPython / callback

Method callback

Lib/test/test_asyncio/test_futures2.py:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 exc_handler_called = True
60
61 def callback():
62 name.set('bar')
63 1/0
64
65 loop = asyncio.get_running_loop()
66 loop.set_exception_handler(exc_handler)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected