MCPcopy 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

testfuncFunction · 0.85
MyIterClass · 0.70
dummyFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected