MCPcopy Index your code
hub / github.com/python/cpython / foo

Method foo

Lib/test/test_asyncio/test_pep492.py:112–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111 def test_iscoroutine(self):
112 async def foo(): pass
113
114 f = foo()
115 try:

Callers

nothing calls this directly

Calls 3

barFunction · 0.50
get_stackMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected