MCPcopy Create free account
hub / github.com/Chain123/Meta-HAR / load_pickle

Function load_pickle

utils.py:64–66  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

62
63
64def load_pickle(filename):
65 f = open(filename, "rb")
66 return pickle.load(f, encoding="latin")
67
68
69def save_pickle(dict_name, file_name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…