MCPcopy 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
11class HypertoolsIOError(HypertoolsError, OSError):
12 def __init__(self, message):
13 super().__init__(message)
14 self.message = message

Callers 4

loadFunction · 0.85
_load_legacyFunction · 0.85
_load_example_dataFunction · 0.85
_download_example_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected