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