Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __exit__
Method
__exit__
Lib/shelve.py:137–138 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
135
return
self
136
137
def
__exit__(self, type, value, traceback):
138
self.close()
139
140
def
close(self):
141
if
self.dict is None:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected