a
    ß™fbâ  ã                   @   s8   d dl mZ G dd„ dejƒZeƒ ZddlT ddlT dS )é    )Úconfigc                   @   s    e Zd ZdZe g d¢d¡ZdS )ÚConfz7
    Configuration parameters for `astropy.table`.
    )ÚTrueÚFalseZforcea2  Use fast C parser for supported time strings formats, including ISO, ISOT, and YearDayTime. Allowed values are the 'False' (use Python parser),'True' (use C parser and fall through to Python parser if fails), and 'force' (use C parser and raise exception if it fails). Note that theoptions are all strings.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú_configZ
ConfigItemZuse_fast_parser© r   r   ú4lib/python3.9/site-packages/astropy/time/__init__.pyr      s
   þr   é   )Ú*N)Zastropyr   r
   ZConfigNamespacer   ZconfZformatsÚcorer   r   r   r   Ú<module>   s   