Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IDEA-Research/DINO
/ load_from_fileobj
Method
load_from_fileobj
util/slio.py:21–22 ·
view source on GitHub ↗
(self, file, **kwargs)
Source
from the content-addressed store, hash-verified
19
20
@abstractmethod
21
def
load_from_fileobj(self, file, **kwargs):
22
pass
23
24
@abstractmethod
25
def
dump_to_fileobj(self, obj, file, **kwargs):
Callers
1
load_from_path
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected