Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ f
Function
f
debugging/python/loop_subprocess.py:5–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
5
def
f():
6
x = 0
7
while
True:
8
x += 1
9
print(f
"x={x}"
)
10
print(
"Sleeping for 1 second..."
)
11
time.sleep(1)
12
13
14
if
__name__ ==
"__main__"
:
Callers
2
__Pyx_PyObject_GenericGetAttrNoDict
Function · 0.85
__Pyx_PyObject_GenericGetAttrNoDict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected