MCPcopy 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
9class BoxKeyError(BoxError, KeyError, AttributeError):
10 """Key does not exist"""
11
12
13class 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
popMethod · 0.90
popitemMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected