Home
last modified time | relevance | path

Searched refs:include_query (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/wsgiref/
H A Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/external/python/cpython2/Lib/wsgiref/
Dutil.py63 def request_uri(environ, include_query=1): argument
72 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/external/python/cpython3/Lib/wsgiref/
Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/
Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/
Dutil.py57 def request_uri(environ, include_query=True): argument
66 if include_query and environ.get('QUERY_STRING'):
/aosp_15_r20/external/python/cpython2/Doc/library/
Dwsgiref.rst62 .. function:: request_uri(environ, include_query=1)
66 *include_query* is false, the query string is not included in the resulting URI.
/aosp_15_r20/external/python/cpython3/Doc/library/
Dwsgiref.rst67 .. function:: request_uri(environ, include_query=True)
71 *include_query* is false, the query string is not included in the resulting URI.