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

Method run

Lib/test/test_asyncio/test_tasks.py:142–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 gc.collect()
141
142 async def run():
143 return Evil()
144
145 self.loop.run_until_complete(
146 asyncio.gather(*[

Callers 1

Calls 4

new_taskMethod · 0.95
raise_errorFunction · 0.85
EvilClass · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected