MCPcopy 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_finalizeMethod · 0.80
test_arg_errorsMethod · 0.80
test_orderMethod · 0.80
test_all_freedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected