MCPcopy Create free account
hub / github.com/bloomberg/pystack / third_func

Function third_func

tests/integration/single_thread_program_gil.py:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def third_func():
13 collection = list(range(10000))
14 fifo = sys.argv[1]
15 with open(sys.argv[1], "w") as fifo:
16 fifo.write("ready")
17 while True:
18 sorted(collection, reverse=True)
19
20
21first_func()

Callers 1

second_funcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected