IO-tools
========

This module provides some handy methods for creating paths and pickling and
saving/checking/loading checkpoint files.

Under normal circumstances you shouldn't have to use any of the methods in here if you use
the :mod:`run` module to run GPry.

.. automodule:: gpry.io
   :members:
   :undoc-members:
   :show-inheritance:
