MCPcopy Index your code
hub / github.com/python/cpython / f

Function f

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

Source from the content-addressed store, hash-verified

1518@staticmethod
1519def tricky(a, b, /, x, y, z=True, *args, c, d, e=[], **kwds):
1520 def f(c=c):
1521 print(a, b, x, y, z, c, d, e, f)
1522 yield a, b, x, y, z, c, d, e, f
1523
1524code_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

no outgoing calls

Tested by

no test coverage detected