Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ __init__
Method
__init__
sdk-python/src/graphlite_sdk/error.py:68–69 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
66
class
IoError(GraphLiteError):
67
""
"I/O errors"
""
68
def
__init__(self, message: str):
69
super().__init__(f
"I/O error: {message}"
)
70
71
@classmethod
72
def
from_io_error(cls, error: OSError) ->
"IoError"
:
Callers
10
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected