MCPcopy Index your code
hub / github.com/RustPython/RustPython / error

Class error

Lib/dbm/sqlite3.py:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class error(OSError):
21 pass
22
23
24_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
__init__Method · 0.70
_executeMethod · 0.70
__iter__Method · 0.70
innerMethod · 0.50
_compileFunction · 0.50

Calls

no outgoing calls

Tested by 1

innerMethod · 0.40