Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdgriffith/Box
/ BoxKeyError
Class
BoxKeyError
box/exceptions.py:9–10 ·
view source on GitHub ↗
Key does not exist
Source
from the content-addressed store, hash-verified
7
8
9
class
BoxKeyError(BoxError, KeyError, AttributeError):
10
""
"Key does not exist"
""
11
12
13
class
BoxTypeError(BoxError, TypeError):
Callers
8
__getitem__
Method · 0.90
__getattr__
Method · 0.90
__setitem__
Method · 0.90
__setattr__
Method · 0.90
__delitem__
Method · 0.90
__delattr__
Method · 0.90
pop
Method · 0.90
popitem
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected