a
    BCCf¯
  ã                   @   s¶   d Z ddlmZmZmZ ddlmZmZ ddlm	Z	m
Z
mZ ddlmZmZmZ ddlmZ ddlmZmZ ddlmZmZmZmZmZmZ d	d
„ eƒ D ƒZddlmZ ee ƒZ![dS )u+  
==================================
Input and output (:mod:`scipy.io`)
==================================

.. currentmodule:: scipy.io

SciPy has many modules, classes, and functions available to read data
from and write data to a variety of file formats.

.. seealso:: `NumPy IO routines <https://www.numpy.org/devdocs/reference/routines.io.html>`__

MATLABÂ® files
=============

.. autosummary::
   :toctree: generated/

   loadmat - Read a MATLAB style mat file (version 4 through 7.1)
   savemat - Write a MATLAB style mat file (version 4 through 7.1)
   whosmat - List contents of a MATLAB style mat file (version 4 through 7.1)

For low-level MATLAB reading and writing utilities, see `scipy.io.matlab`.

IDLÂ® files
==========

.. autosummary::
   :toctree: generated/

   readsav - Read an IDL 'save' file

Matrix Market files
===================

.. autosummary::
   :toctree: generated/

   mminfo - Query matrix info from Matrix Market formatted file
   mmread - Read matrix from Matrix Market formatted file
   mmwrite - Write matrix to Matrix Market formatted file

Unformatted Fortran files
===============================

.. autosummary::
   :toctree: generated/

   FortranFile - A file object for unformatted sequential Fortran files
   FortranEOFError - Exception indicating the end of a well-formed file
   FortranFormattingError - Exception indicating an inappropriate end

Netcdf
======

.. autosummary::
   :toctree: generated/

   netcdf_file - A file object for NetCDF data
   netcdf_variable - A data object for the netcdf module

Harwell-Boeing files
====================

.. autosummary::
   :toctree: generated/

   hb_read   -- read H-B file
   hb_write  -- write H-B file

Wav sound files (:mod:`scipy.io.wavfile`)
=========================================

.. module:: scipy.io.wavfile

.. autosummary::
   :toctree: generated/

   read
   write
   WavFileWarning

Arff files (:mod:`scipy.io.arff`)
=================================

.. module:: scipy.io.arff

.. autosummary::
   :toctree: generated/

   loadarff
   MetaData
   ArffError
   ParseArffError
é   )ÚloadmatÚsavematÚwhosmat)Únetcdf_fileÚnetcdf_variable)ÚFortranFileÚFortranEOFErrorÚFortranFormattingError)ÚmminfoÚmmreadÚmmwrite)Úreadsav)Úhb_readÚhb_write)ÚarffÚharwell_boeingÚidlÚmmioÚnetcdfÚwavfilec                 C   s   g | ]}|  d ¡s|‘qS )Ú_)Ú
startswith)Ú.0Ús© r   úM/var/www/html/django/DPS/env/lib/python3.9/site-packages/scipy/io/__init__.pyÚ
<listcomp>p   ó    r   é    )ÚPytestTesterN)"Ú__doc__Úmatlabr   r   r   Z_netcdfr   r   Z_fortranr   r   r	   Z_fast_matrix_marketr
   r   r   Z_idlr   Z_harwell_boeingr   r   Ú r   r   r   r   r   r   ÚdirÚ__all__Zscipy._lib._testutilsr   Ú__name__Útestr   r   r   r   Ú<module>   s   ` 