Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ContextLab/hypertools
/ HypertoolsIOError
Class
HypertoolsIOError
hypertools/_shared/exceptions.py:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
class
HypertoolsIOError(HypertoolsError, OSError):
12
def
__init__(self, message):
13
super().__init__(message)
14
self.message = message
Callers
4
load
Function · 0.85
_load_legacy
Function · 0.85
_load_example_data
Function · 0.85
_download_example_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected