Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
class
_ResponseCookieAdapter:
Callers
nothing calls this directly
Calls
1
items
Method · 0.80
Tested by
no test coverage detected