U
    HvfT                  !   @   sn   d dl Z ddlmZ dddddd	d
dddddddddddddddddddddd d!d"d#d$g!Zd%d& Zd'd( ZdS ))    N   )	_arffreadZMetaDataZloadarffZ	ArffErrorZParseArffErrorZr_metaZ	r_commentZr_emptyZr_headerlineZ
r_datametaZ
r_relationZr_attributeZ	r_nominalZr_dateZr_comattrvalZr_wcomattrval	AttributeZNominalAttributeZNumericAttributeZStringAttributeZDateAttributeZRelationalAttributeZto_attributeZcsv_sniffer_has_bug_last_fieldZ%workaround_csv_sniffer_bug_last_fieldZsplit_data_lineZtokenize_attributeZtokenize_single_commaZtokenize_single_wcommaZread_relational_attributeZread_headerZbasic_statsZprint_attributeZ	test_wekac                   C   s   t S )N)__all__ r   r   :/tmp/pip-unpacked-wheel-96ln3f52/scipy/io/arff/arffread.py__dir__   s    r   c                 C   s:   | t krtd|  dtjd|  dtdd tt| S )Nz:scipy.io.arff.arffread is deprecated and has no attribute z'. Try looking in scipy.io.arff instead.zPlease use `z[` from the `scipy.io.arff` namespace, the `scipy.io.arff.arffread` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )namer   r   r   __getattr__   s    
 r   )r    r   r   r   r   r   r   r   r   <module>   sJ                          