MCPcopy 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

runMethod · 0.45
runMethod · 0.45
serve_foreverMethod · 0.45
runMethod · 0.45
smtpd.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected