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

Method task

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

Source from the content-addressed store, hash-verified

39 exc_handler_called = True
40
41 async def task():
42 name.set('bar')
43 1/0
44
45 loop = asyncio.get_running_loop()
46 loop.set_exception_handler(exc_handler)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected