MCPcopy Create free account
hub / github.com/RustPython/RustPython / baz

Function baz

Lib/test/_test_multiprocessing.py:3152–3154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3150 return '_h()'
3151
3152def baz():
3153 for i in range(10):
3154 yield i*i
3155
3156class IteratorProxy(BaseProxy):
3157 _exposed_ = ('__next__',)

Callers 3

fMethod · 0.70
barMethod · 0.70
TestSourcePositionsClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected