MCPcopy Create free account
hub / github.com/SooLab/CGFormer / raw_reader

Function raw_reader

tools/folder2lmdb.py:20–23  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

18
19
20def raw_reader(path):
21 with open(path, 'rb') as f:
22 bin_data = f.read()
23 return bin_data
24
25
26def dumps_pyarrow(obj):

Callers 1

folder2lmdbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected