
    xf8                     ,    d dl Z ddlmZ g dZd Zd Zy)    N   )_netcdf)netcdf_filenetcdf_variablearrayLITTLE_ENDIANIS_PYPYABSENTZERONC_BYTENC_CHARNC_SHORTNC_INTNC_FLOAT	NC_DOUBLENC_DIMENSIONNC_VARIABLENC_ATTRIBUTE	FILL_BYTE	FILL_CHAR
FILL_SHORTFILL_INT
FILL_FLOATFILL_DOUBLETYPEMAPFILLMAPREVERSE
NetCDFFileNetCDFVariablec                      t         S )N)__all__     1/usr/lib/python3/dist-packages/scipy/io/netcdf.py__dir__r%      s    Nr#   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )Nz3scipy.io.netcdf is deprecated and has no attribute z". Try looking in scipy.io instead.zPlease use `zO` from the `scipy.io` namespace, the `scipy.io.netcdf` namespace is deprecated.   )category
stacklevel)r!   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r$   __getattr__r0      s[    7Af689 	9 MML 'C C-!= 7D!!r#   )r+    r   r!   r%   r0   r"   r#   r$   <module>r2      s   
  
"r#   