Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ __await__
Method
__await__
Lib/test/test_asyncio/test_runners.py:335–336 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
333
def
test_run_awaitable(self):
334
class
MyAwaitable:
335
def
__await__(self):
336
return
self.run().__await__()
337
338
@staticmethod
339
async
def
run():
Callers
nothing calls this directly
Calls
1
run
Method · 0.95
Tested by
no test coverage detected