Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ main
Function
main
tests/integration/shim_deallocation_program.py:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
async
def
main():
10
f = asyncio.Future()
11
f.set_result(AbortInDunderDel())
12
13
14
asyncio.run(main())
Callers
1
shim_deallocation_program.py
File · 0.70
Calls
1
AbortInDunderDel
Class · 0.85
Tested by
no test coverage detected