User Documentation
Developer Documentation
pyblp.
save_pickle
Save an object as a pickle file.
This is a simple wrapper around pickle.dump.
x (object) – Object to be pickled.
path (str or Path) – File path to which the object will be saved.