Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ D
Method
D
Lib/test/test_funcattrs.py:79–79 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
77
def
B():
yield
78
async
def
C():
yield
79
async
def
D(x): await x
80
81
for
src in [A, B, C, D]:
82
for
dst in [A, B, C, D]:
Callers
1
test_repr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected