Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/dbm/dumb.py:287–288 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
285
return
self
286
287
def
__exit__(self, *args):
288
self.close()
289
290
def
reorganize(self):
291
if
self._readonly:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected