Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
5
test_read_from_user_text_reader
Method · 0.45
test_write_to_user_text_writer
Method · 0.45
test_read_from_user_binary_reader
Method · 0.45
test_write_to_user_binary_writer
Method · 0.45
test_write_to_user_binary_writer_with_bom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected