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

Function _g

Lib/test/test_dis.py:789–790  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

787 )
788
789def _g(x):
790 yield x
791
792async def _ag(x):
793 yield x

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected