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

Method __del__

tests/integration/shutdown_program.py:9–12  ·  view source on GitHub ↗
(self, time=time)

Source from the content-addressed store, hash-verified

7 self.fifo = open(sys.argv[1], "w")
8
9 def __del__(self, time=time):
10 self.fifo.write("ready")
11 self.fifo.close()
12 time.sleep(1000)
13
14
15x = A()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected