
    IR-e                     \    d dl mZ  G d dej                  Z e            ZddlT ddlT dS )    )configc                   8    e Zd ZdZ ej        g dd          ZdS )Confz7
    Configuration parameters for `astropy.table`.
    )TrueFalse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___config
ConfigItemuse_fast_parser     5lib/python3.11/site-packages/astropy/time/__init__.pyr   r      s<          )g("""	# OOOr   r      )*N)astropyr   r   ConfigNamespacer   confformatscorer   r   r   <module>r      sq    % % % % % %    7"    tvv          r   