Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_eager_start_false
Method · 0.45
Calls
4
new_task
Method · 0.95
raise_error
Function · 0.85
Evil
Class · 0.70
assertEqual
Method · 0.45
Tested by
no test coverage detected