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

Method __init__

tests/integration/shutdown_program.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class A:
6 def __init__(self):
7 self.fifo = open(sys.argv[1], "w")
8
9 def __del__(self, time=time):
10 self.fifo.write("ready")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected