eelbrain.load.arrow

eelbrain.load.arrow(file_path=None)

Load object serialized with pyarrow.

Parameters

file_path (None | str) – Path to a pickled file. If None (default), a system file dialog will be shown. If the user cancels the file dialog, a RuntimeError is raised.