seqme.to_pickle

Contents

seqme.to_pickle#

seqme.to_pickle(content, path)[source]#

Serialize an object and write it to a pickle file.

Parameters:
  • content (Any) – Pickable object.

  • path (str | Path) – Output filepath, e.g., "/path/cache.pkl".