MCPcopy Index your code
hub / github.com/RustPython/RustPython / _g

Function _g

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

Source from the content-addressed store, hash-verified

783 )
784
785def _g(x):
786 yield x
787
788async def _ag(x):
789 yield x

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected