MCPcopy 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_reprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected