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

Method g

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

Source from the content-addressed store, hash-verified

735
736 def test_func_12(self):
737 async def g():
738 me.send(None)
739 await foo
740 me = g()
741 with self.assertRaisesRegex(ValueError,
742 "coroutine already executing"):

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
sendMethod · 0.45

Tested by

no test coverage detected