MCPcopy 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
5class BoxError(Exception):
6 """Non standard dictionary exceptions"""
7
8
9class BoxKeyError(BoxError, KeyError, AttributeError):

Callers 15

frozenMethod · 0.90
__delitem__Method · 0.90
__setitem__Method · 0.90
from_jsonMethod · 0.90
from_yamlMethod · 0.90
to_yamlMethod · 0.90
to_tomlMethod · 0.90
from_tomlMethod · 0.90
from_msgpackMethod · 0.90
to_msgpackMethod · 0.90
from_toonMethod · 0.90
to_toonMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected