Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ loop
Method
loop
Lib/test/test_generators.py:275–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
raise
ValueError()
274
275
def
loop():
276
try
:
277
for
_ in gen_raises():
278
if
True is False:
279
return
280
except
ValueError:
281
pass
282
283
#This should not raise
284
loop()
Callers
5
run
Method · 0.45
run
Method · 0.45
serve_forever
Method · 0.45
run
Method · 0.45
smtpd.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected