MCPcopy 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
5def 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
14if __name__ == "__main__":

Calls

no outgoing calls

Tested by

no test coverage detected