
    _Mh
                         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	  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                 <    g | ]}|                     d           |S )_)
startswith).0ss     Q/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/scipy/io/__init__.py
<listcomp>r   p   s)    
5
5
51<<#4#4
51
5
5
5        )PytestTesterN)"__doc__matlabr   r   r   _netcdfr   r   _fortranr   r	   r
   _fast_matrix_marketr   r   r   _idlr   _harwell_boeingr   r    r   r   r   r   r   r   dir__all__scipy._lib._testutilsr    __name__test r   r   <module>r/      s(  ^ ^@ . - - - - - - - - - 2 1 1 1 1 1 1 1 K J J J J J J J J J 8 8 8 8 8 8 8 8 8 8       . . . . . . . . ? > > > > > > > > > > > > > > >
5
5ccee
5
5
5 . . . . . .|HLLr   