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

Method func

Lib/test/test_coroutines.py:727–727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725
726 def test_func_11(self):
727 async def func(): pass
728 coro = func()
729 # Test that PyCoro_Type and _PyCoroWrapper_Type types were properly
730 # initialized

Callers

nothing calls this directly

Calls 2

CMClass · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected