Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ baz
Function
baz
tests/integration/inline_calls_program.py:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
baz():
23
fifo = sys.argv[1]
24
with
open(sys.argv[1],
"w"
)
as
fifo:
25
fifo.write(
"ready"
)
26
time.sleep(1000)
27
28
29
ham()
Callers
1
bar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected