Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __await__
Method
__await__
Lib/test/test_coroutines.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
self.value = value
31
32
def
__await__(self):
33
yield
self.value
34
35
36
async
def
asynciter(iterable):
Callers
9
run_async__await__
Function · 0.45
test_func_10
Method · 0.45
test_func_11
Method · 0.45
test_func_18
Method · 0.45
__await__
Method · 0.45
test_await_17
Method · 0.45
test_copy
Method · 0.45
test_pickle
Method · 0.45
test_tp_await_2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected