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

Method dummy

Lib/test/test_capi/test_opt.py:447–448  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

445 def test_call_py_exact_args(self):
446 def testfunc(n):
447 def dummy(x):
448 return x+1
449 for i in range(n):
450 dummy(i)
451

Calls

no outgoing calls

Tested by

no test coverage detected