Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
BoxTypeError(BoxError, TypeError):
14
""
"Cannot handle that instance's type"
""
15
16
17
class
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
update
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected