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

Function f

Lib/test/test_dis.py:1503–1504  ·  view source on GitHub ↗
(c=c)

Source from the content-addressed store, hash-verified

1501@staticmethod
1502def tricky(a, b, /, x, y, z=True, *args, c, d, e=[], **kwds):
1503 def f(c=c):
1504 print(a, b, x, y, z, c, d, e, f)
1505 yield a, b, x, y, z, c, d, e, f
1506
1507code_info_tricky = """\

Callers 15

gMethod · 0.70
test_vsBuiltinSortMethod · 0.70
test_patma_198Method · 0.70
test_patma_199Method · 0.70
test_patma_204Method · 0.70
test_patma_205Method · 0.70
test_patma_206Method · 0.70
test_patma_207Method · 0.70
test_patma_208Method · 0.70
test_patma_209Method · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected