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

Function f

extra_tests/snippets/stdlib_dis.py:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def f():
36 with g(): # noqa: F821
37 try:
38 for a in {1: 4, 2: 5}:
39 yield [True and False or True, []]
40 except Exception:
41 raise not ValueError({1 for i in [1, 2, 3]})
42
43
44dis.dis(f)

Callers

nothing calls this directly

Calls 1

gFunction · 0.70

Tested by

no test coverage detected