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

Class A

tests/integration/gc_freeze_program.py:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class A:
9 def __del__(self):
10 fifo = sys.argv[1]
11 with open(sys.argv[1], "w") as fifo:
12 fifo.write("ready")
13 time.sleep(1000)
14
15
16if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected