Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ third_func
Function
third_func
tests/integration/single_thread_program.py:13–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
third_func():
14
fifo = sys.argv[1]
15
with
open(sys.argv[1],
"w"
)
as
fifo:
16
fifo.write(
"ready"
)
17
time.sleep(1000)
18
19
20
first_func()
Callers
1
second_func
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected