Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ foo
Method
foo
Lib/test/test_monitoring.py:1668–1672 ·
view source on GitHub ↗
(n=0)
Source
from the content-addressed store, hash-verified
1666
def
test_while_offset_consistency(self):
1667
1668
def
foo(n=0):
1669
while
n<4:
1670
pass
1671
n += 1
1672
return
None
1673
1674
in_loop = (
'branch left'
,
'foo'
, 12, 18)
1675
exit_loop = (
'branch right'
,
'foo'
, 12, 42)
Callers
nothing calls this directly
Calls
1
gen
Function · 0.70
Tested by
no test coverage detected