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:1832–1836 ·
view source on GitHub ↗
(n=0)
Source
from the content-addressed store, hash-verified
1830
def
test4(self):
1831
1832
def
foo(n=0):
1833
while
n<4:
1834
pass
1835
n += 1
1836
return
None
1837
1838
self.check_branches(foo)
1839
Callers
nothing calls this directly
Calls
1
gen
Function · 0.70
Tested by
no test coverage detected