MCPcopy 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
21class error(OSError):
22 pass
23
24
25_ERR_CLOSED = "DBM object has already been closed"

Callers 15

_verify_openMethod · 0.70
__setitem__Method · 0.70
__delitem__Method · 0.70
keysMethod · 0.70
__contains__Method · 0.70
iterkeysMethod · 0.70
__len__Method · 0.70
reorganizeMethod · 0.70
__init__Method · 0.70
_executeMethod · 0.70
__iter__Method · 0.70
innerMethod · 0.50

Calls

no outgoing calls

Tested by 1

innerMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…