HomeSort by relevance Sort by last modified time
    Searched refs:extra_environ (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_gzipper.py 15 '/', extra_environ=dict(HTTP_ACCEPT_ENCODING='gzip'))
test_grantip.py 28 res = app.get('/', extra_environ={'REMOTE_ADDR': remote_addr})
test_urlmap.py 49 app = TestApp(mapper, extra_environ={'HTTP_ACCEPT': 'text/html'})
test_registry.py 192 extra_environ={'paste.throw_errors': False,
194 request_id = restorer.get_request_id(extra_environ)
196 res = app.get('/', extra_environ=extra_environ, expect_errors=True)
test_urlparser.py 111 extra_environ={'HTTP_ACCEPT': 'text/html'})
test_fileapp.py 238 res = app.get('', extra_environ={'REQUEST_METHOD': 'HEAD'})
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fixture.py 102 extra_environ=None, pre_request_hook=None,
120 ``extra_environ`` is a dictionary of values that should go
139 if extra_environ is None:
140 extra_environ = {}
141 self.extra_environ = extra_environ
154 environ = self.extra_environ.copy()
158 def get(self, url, params=None, headers=None, extra_environ=None,
172 ``extra_environ``:
190 if extra_environ is None
    [all...]
recursive.py 250 def __call__(self, path, extra_environ=None):
252 `extra_environ` is an optional dictionary that is also added
257 if extra_environ:
258 environ.update(extra_environ)
315 overwriting any values in the `extra_environ` dictionary.

Completed in 263 milliseconds