MCPcopy Create free account
hub / github.com/LHRLAB/ChatKBQA / load_bin

Function load_bin

components/utils.py:15–17  ·  view source on GitHub ↗
(fname)

Source from the content-addressed store, hash-verified

13
14
15def load_bin(fname):
16 with open(fname, "rb") as f:
17 return pickle.load(f)
18
19
20def load_json(fname, mode="r", encoding="utf8"):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected