<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

Re\                 @   s  d  a  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 d0 d d4 d d6 d d9 d d; d d= d d? d dC d dG d dJ d dL d dO d dQ d dT d dW d dY d d] d d` d db d dd d df d di d dk d dm d dq d du d dw 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 d d d d d dd dd dd dd dd dd diD Z e d d  Z d d   Z e   d S(  a  
The ``codes`` object defines a mapping from common names for HTTP statuses
to their numerical codes, accessible either as attributes or as dictionary
items.

Example::

    >>> import requests
    >>> requests.codes['temporary_redirect']
    307
    >>> requests.codes.teapot
    418
    >>> requests.codes['\o/']
    200

Some codes have multiple names, and both upper- and lower-case versions of
the names are allowed. For example, ``codes.ok``, ``codes.OK``, and
``codes.okay`` all correspond to the HTTP status code 200.
   )
LookupDictd   continuee   switching_protocolsf   
processingg   
checkpointz   uri_too_longrequest_uri_too_long   okokayall_okall_okayall_good\o/   ✓   created   accepted   non_authoritative_infonon_authoritative_information   
no_content   reset_contentreset   partial_contentpartial   multi_statusmultiple_statusmulti_statimultiple_stati   already_reported   im_usedi,  multiple_choicesi-  moved_permanentlymoved\o-i.  foundi/  	see_otherotheri0  not_modifiedi1  	use_proxyi2  switch_proxyi3  temporary_redirecttemporary_moved	temporaryi4  permanent_redirectresume_incompleteresumei  bad_requestbadi  unauthorizedi  payment_requiredpaymenti  	forbiddeni  	not_found-o-i  method_not_allowednot_allowedi  not_acceptablei  proxy_authentication_required
proxy_authproxy_authenticationi  request_timeouttimeouti  conflicti  gonei  length_requiredi  precondition_failedpreconditioni  request_entity_too_largei  request_uri_too_largei  unsupported_media_typeunsupported_media
media_typei  requested_range_not_satisfiablerequested_rangerange_not_satisfiablei  expectation_failedi  im_a_teapotteapoti_am_a_teapoti  misdirected_requesti  unprocessable_entityunprocessablei  lockedi  failed_dependency
dependencyi  unordered_collection	unorderedi  upgrade_requiredupgradei  precondition_requiredi  too_many_requeststoo_manyi  header_fields_too_largefields_too_largei  no_responsenonei  
retry_withretryi  $blocked_by_windows_parental_controlsparental_controlsi  unavailable_for_legal_reasonslegal_reasonsi  client_closed_requesti  internal_server_errorserver_error/o\   ✗i  not_implementedi  bad_gatewayi  service_unavailableunavailablei  gateway_timeouti  http_version_not_supportedhttp_versioni  variant_also_negotiatesi  insufficient_storagei  bandwidth_limit_exceeded	bandwidthi  not_extendedi  network_authentication_requirednetwork_authnetwork_authenticationnamestatus_codesc                 s   x` t  j   D]R \ }  } xC | D]; } t t | |   | j d  s  t t | j   |   q  Wq Wd d     t d  k	 r t d d j   f d d   t t   D  n d  a d  S)	N\/c             S   s.   d j  d d   t |  D  } d |  | f S)Nz, c             s   s   |  ] } d  | Vq d S)z``%s``N ).0nr   r   /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/status_codes.py	<genexpr>s   s    z%_init.<locals>.doc.<locals>.<genexpr>z* %d: %s)join_codes)codenamesr   r   r   docr   s     z_init.<locals>.doc
c             3   s   |  ] }   |  Vq d  S)Nr   )r   r   )r   r   r   r   x   s    z_init.<locals>.<genexpr>)r   r   )	r   itemssetattrcodes
startswithupper__doc__r   sorted)r   titlestitler   )r   r   _initk   s    r   N)r   )r   )r   )r
   )r   r   )r   r   r   r   r   r   r   )r   )r   )r   r   )r   )r    r!   )r#   r$   )r&   r'   r(   r)   )r+   )r-   )r.   )r/   r0   r1   )r2   )r3   r4   )r5   )r6   )r7   )r8   r9   r:   )r;   r<   r=   )r>   r?   )r@   )rA   rB   )rC   )rD   rE   )rF   rG   )rH   )rI   rJ   rK   )rL   rM   )rN   )rO   )rP   )rQ   rR   )rS   )rT   )rU   rV   rW   )rX   rY   rZ   )r[   )r\   r]   r^   )r_   )r`   ra   )rb   )rc   rd   )re   rf   )rg   rh   )ri   rR   )rj   rk   )rl   rm   )rn   ro   )rp   rq   )rr   rs   )rt   ru   )rv   )rw   rx   ry   rz   )r{   )r|   )r}   r~   )r   )r   r   )r   )r   )r   r   )r   )r   r   r   )r   
structuresr   r   r   r   r   r   r   r   <module>   s   