MCPcopy
hub / github.com/Pylons/pyramid / _makeEnviron

Function _makeEnviron

tests/test_httpexceptions.py:527–535  ·  view source on GitHub ↗
(**kw)

Source from the content-addressed store, hash-verified

525
526
527def _makeEnviron(**kw):
528 environ = {
529 'REQUEST_METHOD': 'GET',
530 'wsgi.url_scheme': 'http',
531 'SERVER_NAME': 'localhost',
532 'SERVER_PORT': '80',
533 }
534 environ.update(kw)
535 return environ

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…