MCPcopy Create free account
hub / github.com/cdgriffith/Box / BoxTypeError

Class BoxTypeError

box/exceptions.py:13–14  ·  view source on GitHub ↗

Cannot handle that instance's type

Source from the content-addressed store, hash-verified

11
12
13class BoxTypeError(BoxError, TypeError):
14 """Cannot handle that instance's type"""
15
16
17class BoxValueError(BoxError, ValueError):

Callers 13

__getitem__Method · 0.90
__hash__Method · 0.90
__init__Method · 0.90
__add__Method · 0.90
__radd__Method · 0.90
__iadd__Method · 0.90
__or__Method · 0.90
__ror__Method · 0.90
__ior__Method · 0.90
__hash__Method · 0.90
__getitem__Method · 0.90
updateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected