Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3152
def
baz():
3153
for
i in range(10):
3154
yield
i*i
3155
3156
class
IteratorProxy(BaseProxy):
3157
_exposed_ = (
'__next__'
,)
Callers
3
f
Method · 0.70
bar
Method · 0.70
TestSourcePositions
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected