Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test
Method
test
Lib/test/test_asyncio/test_tasks.py:166–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
def
test_task_awaits_on_itself(self):
165
166
async
def
test():
167
await task
168
169
task = asyncio.ensure_future(test(), loop=self.loop)
170
Callers
nothing calls this directly
Calls
11
list
Class · 0.85
runner
Function · 0.85
set
Function · 0.85
advance_time
Method · 0.80
assertEqual
Method · 0.45
assertAlmostEqual
Method · 0.45
time
Method · 0.45
wait
Method · 0.45
result
Method · 0.45
gather
Method · 0.45
sleep
Method · 0.45
Tested by
no test coverage detected