/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
D | util.py | 35 def guess_scheme(environ): argument 43 def application_uri(environ): argument 63 def request_uri(environ, include_query=1): argument 76 def shift_path_info(environ): argument 117 def setup_testing_defaults(environ): argument
|
D | simple_server.py | 128 def demo_app(environ,start_response): argument
|
D | handlers.py | 307 def error_output(self, environ, start_response): argument 369 def __init__(self,stdin,stdout,stderr,environ, argument
|
D | validate.py | 290 def check_environ(environ): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | serve.py | 13 def app(environ, respond): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cgi.py | 125 def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0): argument 397 environ=os.environ, keep_blank_values=0, strict_parsing=0): argument 618 def read_multi(self, environ, keep_blank_values, strict_parsing): argument 788 def __init__(self, environ=os.environ, keep_blank_values=0, strict_parsing=0): argument 883 def test(environ=os.environ): argument 936 def print_environ(environ=os.environ): argument
|
D | os.py | 305 environ = {} variable 414 def __init__(self, environ): argument 467 def __init__(self, environ): argument 508 environ = _Environ(environ) variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 334 environ = {} variable 443 def __init__(self, environ): argument 496 def __init__(self, environ): argument 537 environ = _Environ(environ) variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 319 environ = {} variable 428 def __init__(self, environ): argument 481 def __init__(self, environ): argument 522 environ = _Environ(environ) variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 61 environ = os.environ variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_cgi.py | 110 def gen_result(data, environ): argument
|
D | test_wsgiref.py | 45 def hello_app(environ,start_response): argument 150 def bad_app(environ,start_response): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 465 static char **environ; variable
|