MCPcopy Create free account
hub / github.com/Pylons/webtest / header_items

Method header_items

webtest/utils.py:149–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 return self.get_type()
148
149 def header_items(self): # pragma: no cover
150 # This is unused on most python versions
151 return self._request.headers.items()
152
153
154class _ResponseCookieAdapter:

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected