Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RingBDStack/GDAP
/ pickle_load
Function
pickle_load
seq2seq/utils.py:434–437 ·
view source on GitHub ↗
pickle.load(path)
(path)
Source
from the content-addressed store, hash-verified
432
433
434
def
pickle_load(path):
435
""
"pickle.load(path)"
""
436
with
open(path,
"rb"
)
as
f:
437
return
pickle.load(f)
438
439
440
def
pickle_save(obj, path):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected