MCPcopy
hub / github.com/aio-libs/aiohttp / exc

Method exc

tests/test_client_request.py:732–734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730
731 @asyncio.coroutine
732 def exc():
733 yield from asyncio.sleep(0.01, loop=self.loop)
734 fut.set_exception(ValueError)
735
736 asyncio.async(exc(), loop=self.loop)
737

Callers

nothing calls this directly

Calls 1

set_exceptionMethod · 0.45

Tested by

no test coverage detected