
    BThv                     (    d dl mZ  G d dee      Zy)    )Enumc                   $    e Zd ZdZdZdZdZdZdZy)
RecordModea  
    Configures when VCR will record to the cassette.

    Can be declared by either using the enumerated value (`vcr.mode.ONCE`)
    or by simply using the defined string (`once`).

    `ALL`: Every request is recorded.
    `ANY`: ?
    `NEW_EPISODES`: Any request not found in the cassette is recorded.
    `NONE`: No requests are recorded.
    `ONCE`:  First set of requests is recorded, all others are replayed.
    Attempting to add a new episode fails.
    allanynew_episodesnoneonceN)	__name__
__module____qualname____doc__ALLANYNEW_EPISODESNONEONCE     a/var/www/catia.catastroantioquia-mas.com/valormas/lib/python3.12/site-packages/vcr/record_mode.pyr   r      s"     C
C!LDDr   r   N)enumr   strr   r   r   r   <module>r      s    d r   