Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ testfunc
Method
testfunc
Lib/test/test_capi/test_opt.py:190–193 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
188
189
def
test_basic_loop(self):
190
def
testfunc(x):
191
i = 0
192
while
i < x:
193
i += 1
194
195
testfunc(TIER2_THRESHOLD)
196
Callers
nothing calls this directly
Calls
4
testfunc
Function · 0.85
MyIter
Class · 0.70
dummy
Function · 0.50
append
Method · 0.45
Tested by
no test coverage detected