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

Function once

aiohttp/test_utils.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25def run_briefly(loop):
26 @asyncio.coroutine
27 def once():
28 pass
29 t = asyncio.Task(once(), loop=loop)
30 loop.run_until_complete(t)
31

Callers 1

run_brieflyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected