
    9=eT                     .    d dl Z ddlmZ g dZd Zd ZdS )    N   )	_arffread)!MetaDataloadarff	ArffErrorParseArffErrorr_meta	r_commentr_emptyr_headerline
r_datameta
r_relationr_attribute	r_nominalr_dater_comattrvalr_wcomattrval	AttributeNominalAttributeNumericAttributeStringAttributeDateAttributeRelationalAttributeto_attributecsv_sniffer_has_bug_last_field%workaround_csv_sniffer_bug_last_fieldsplit_data_linetokenize_attributetokenize_single_commatokenize_single_wcommaread_relational_attributeread_headerbasic_statsprint_attribute	test_wekac                      t           S )N)__all__     6lib/python3.11/site-packages/scipy/io/arff/arffread.py__dir__r+      s    Nr)   c                     | t           vrt          d|  d          t          j        d|  dt          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   )names    r*   __getattr__r6      s    7== = => > 	> M J J J J-!= = = = 9d###r)   )r1    r   r'   r+   r6   r(   r)   r*   <module>r8      s[   
           
$ 
$ 
$ 
$ 
$r)   