Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdgriffith/Box
/ BoxError
Class
BoxError
box/exceptions.py:5–6 ·
view source on GitHub ↗
Non standard dictionary exceptions
Source
from the content-addressed store, hash-verified
3
4
5
class
BoxError(Exception):
6
""
"Non standard dictionary exceptions"
""
7
8
9
class
BoxKeyError(BoxError, KeyError, AttributeError):
Callers
15
frozen
Method · 0.90
__delitem__
Method · 0.90
__setitem__
Method · 0.90
from_json
Method · 0.90
from_yaml
Method · 0.90
to_yaml
Method · 0.90
to_toml
Method · 0.90
from_toml
Method · 0.90
from_msgpack
Method · 0.90
to_msgpack
Method · 0.90
from_toon
Method · 0.90
to_toon
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected