ranking_HM.Rank.to_pickle ========================= Back to :doc:`Class page <../classes/ranking_HM.Rank>` Summary ------- Deprecated on 6/2024 Saves the class to a pickle Signature --------- .. code-block:: python def to_pickle(self, path, overwrite = False) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``path`` - - - - - Path to the pickle file to save to * - ``overwrite`` - - - False - Flag to overwrite if file(s) exist Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Deprecated on 6/2024 Saves the class to a pickle :param path: Path to the pickle file to save to :param overwrite: Flag to overwrite if file(s) exist :return: