Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ A
Method
A
Lib/test/test_funcattrs.py:76–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
def
test_invalid___code___assignment(self):
76
def
A():
pass
77
def
B():
yield
78
async
def
C():
yield
79
async
def
D(x): await x
Callers
4
test_finalize
Method · 0.80
test_arg_errors
Method · 0.80
test_order
Method · 0.80
test_all_freed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected