MCPcopy 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
22def 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
29ham()

Callers 1

barFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected