Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ A
Class
A
tests/integration/shutdown_program.py:5–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
class
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"
)
11
self.fifo.close()
12
time.sleep(1000)
13
14
15
x = A()
Callers
1
shutdown_program.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected