<!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>
ó
ïRec           @   sC   d  Z  d d l Z d „  Z d „  Z d „  Z d „  Z d „  Z d S(   sB   
This module provides means to detect the App Engine environment.
iÿÿÿÿNc           C   s   t  ƒ  p t ƒ  S(   N(   t   is_local_appenginet   is_prod_appengine(    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyt   is_appengine   s    c           C   s   t  ƒ  o t j d d k S(   s#  Reports if the app is running in the first generation sandbox.

    The second generation runtimes are technically still in a sandbox, but it
    is much less restrictive, so generally you shouldn't need to check for it.
    see https://cloud.google.com/appengine/docs/standard/runtimes
    t   APPENGINE_RUNTIMEt   python27(   R   t   ost   environ(    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyt   is_appengine_sandbox   s    c           C   s+   d t  j k o* t  j j d d ƒ j d ƒ S(   NR   t   SERVER_SOFTWAREt    s   Development/(   R   R   t   gett
   startswith(    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyR       s    c           C   s+   d t  j k o* t  j j d d ƒ j d ƒ S(   NR   R   R	   s   Google App Engine/(   R   R   R
   R   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyR      s    c           C   s   t  S(   s   Deprecated.(   t   False(    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyt   is_prod_appengine_mvms"   s    (   t   __doc__R   R   R   R    R   R   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyt   <module>   s   		
		