Home
last modified time | relevance | path

Searched refs:shift_path_info (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/wsgiref/
Dutil.py76 def shift_path_info(environ): function
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py146 self.assertEqual(util.shift_path_info(env),part)
/external/python/cpython2/Doc/library/
Dwsgiref.rst76 .. function:: shift_path_info(environ)
89 WSGI application at ``/foo`` calls :func:`shift_path_info`, it will receive the
270 request. (E.g., using the :func:`shift_path_info` function from