mythos.input.tree ================= .. py:module:: mythos.input.tree .. autoapi-nested-parse:: Functions for saving and loading pytrees. Functions --------- .. autoapisummary:: mythos.input.tree.save_pytree mythos.input.tree.load_pytree Module Contents --------------- .. py:function:: save_pytree(data: mythos.utils.types.PyTree, filename: mythos.utils.types.PathOrStr) -> None Save a pytree to a file. .. py:function:: load_pytree(filename: mythos.utils.types.PathOrStr) -> mythos.utils.types.PyTree Load a pytree to a file.