Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _verify_open
Method
_verify_open
Lib/dbm/dumb.py:142–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
sync = _commit
141
142
def
_verify_open(self):
143
if
self._index is None:
144
raise
error(
'DBM object has already been closed'
)
145
146
def
__getitem__(self, key):
147
if
isinstance(key, str):
Callers
4
__getitem__
Method · 0.95
__setitem__
Method · 0.95
__delitem__
Method · 0.95
items
Method · 0.95
Calls
1
error
Class · 0.70
Tested by
no test coverage detected