U
    ?h                     @   s   d Z ddlmZmZmZ ddlmZ ddlmZm	Z	m
Z
 ddlmZmZmZmZ ddlmZmZmZmZmZmZmZmZmZ ddd	d
dddddddgZddlmZ eeZ[dS )u  
MATLAB® file utilies (:mod:`scipy.io.matlab`)
=============================================

.. currentmodule:: scipy.io.matlab

This submodule is meant to provide lower-level file utilies related to reading
and writing MATLAB files.

.. autosummary::
   :toctree: generated/

   matfile_version - Get the MATLAB file version
   MatReadError - Exception indicating a read issue
   MatReadWarning - Warning class for read issues
   MatWriteError - Exception indicating a write issue
   mat_struct - Class used when ``struct_as_record=False``

.. autosummary::
   :toctree: generated/
   :template: autosummary/ndarray_subclass.rst
   :nosignatures:

   MatlabObject - Class for a MATLAB object
   MatlabOpaque - Class for a MATLAB opaque matrix
   MatlabFunction - Class for a MATLAB function object

The following utilities that live in the :mod:`scipy.io`
namespace also exist in this namespace:

.. 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)

Notes
-----
MATLAB(R) is a registered trademark of The MathWorks, Inc., 3 Apple Hill
Drive, Natick, MA 01760-2098, USA.

   )loadmatsavematwhosmat)MatlabFunction)MatlabObjectMatlabOpaque
mat_struct)matfile_versionMatReadErrorMatReadWarningMatWriteError)	miomio5mio5_paramsmio4byteordercodesmiobase	mio_utilsstreams
mio5_utilsr   r   r   r   r	   r
   r   r   r   r   r       )PytestTesterN)__doc__Z_mior   r   r   Z_mio5r   Z_mio5_paramsr   r   r   Z_miobaser	   r
   r   r    r   r   r   r   r   r   r   r   r   __all__Zscipy._lib._testutilsr   __name__test r   r   J/var/www/html/venv/lib/python3.8/site-packages/scipy/io/matlab/__init__.py<module>   s(   ,,        