o
    ñhl  ã                   @   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mZ ddlmZmZmZmZmZmZmZmZmZ g d¢Zdd	lmZ eeƒZ[d
S )uZ  
MATLABÂ® file utilities (:mod:`scipy.io.matlab`)
===============================================

.. currentmodule:: scipy.io.matlab

This submodule is meant to provide lower-level file utilities 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``
   varmats_from_mat - Pull variables out of mat 5 file as a sequence of mat file objects

.. 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Úvarmats_from_mat)ÚMatlabObjectÚMatlabOpaqueÚ
mat_struct)Úmatfile_versionÚMatReadErrorÚMatReadWarningÚMatWriteError)	ÚmioÚmio5Úmio5_paramsÚmio4ÚbyteordercodesÚmiobaseÚ	mio_utilsÚstreamsÚ
mio5_utils)r   r   r   r   r
   r   r   r   r	   r   r   r   é    )ÚPytestTesterN) Ú__doc__Ú_mior   r   r   Ú_mio5r   r   Ú_mio5_paramsr   r   r	   Ú_miobaser
   r   r   r   Ú r   r   r   r   r   r   r   r   r   Ú__all__Úscipy._lib._testutilsr   Ú__name__Útest© r#   r#   úL/var/www/vscode/kcb/lib/python3.10/site-packages/scipy/io/matlab/__init__.pyÚ<module>   s    -,