Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ error
Class
error
Lib/dbm/sqlite3.py:21–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
class
error(OSError):
22
pass
23
24
25
_ERR_CLOSED =
"DBM object has already been closed"
Callers
15
_verify_open
Method · 0.70
__setitem__
Method · 0.70
__delitem__
Method · 0.70
keys
Method · 0.70
__contains__
Method · 0.70
iterkeys
Method · 0.70
__len__
Method · 0.70
reorganize
Method · 0.70
__init__
Method · 0.70
_execute
Method · 0.70
__iter__
Method · 0.70
inner
Method · 0.50
Calls
no outgoing calls
Tested by
1
inner
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…