Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 403 Bytes

functions.rst

File metadata and controls

37 lines (23 loc) · 403 Bytes

Functions

.. currentmodule:: pyspssio


Reading

.. autosummary::
   :toctree: generated

   read_sav
   read_metadata

.. autofunction:: read_sav
   :noindex:

.. autofunction:: read_metadata
   :noindex:


Writing

.. autosummary::
   :toctree: generated

   write_sav
   append_sav

.. autofunction:: write_sav
   :noindex:

.. autofunction:: append_sav
   :noindex: