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

Function loads_pyarrow

utils/dataset.py:77–82  ·  view source on GitHub ↗

Args: buf: the output of `dumps`.

(buf)

Source from the content-addressed store, hash-verified

75
76
77def loads_pyarrow(buf):
78 """
79 Args:
80 buf: the output of `dumps`.
81 """
82 return pa.deserialize(buf)
83
84
85class RefDataset(Dataset):

Callers 2

_init_dbMethod · 0.70
__getitem__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected