Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ items
Method
items
django/http/response.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
__contains__ = has_header
211
212
def
items(self):
213
return
self.headers.items()
214
215
def
get(self, header, alternate=None):
216
return
self.headers.get(header, alternate)
Callers
15
parse_boundary_stream
Function · 0.45
serialize_headers
Method · 0.45
__init__
Method · 0.45
to_wsgi_names
Method · 0.45
to_asgi_names
Method · 0.45
__str__
Method · 0.45
set_available_apps
Method · 0.45
render
Method · 0.45
do_block_translate
Function · 0.45
encode_multipart
Function · 0.45
generic
Method · 0.45
setup_databases
Function · 0.45
Calls
no outgoing calls
Tested by
4
__getstate__
Method · 0.36
assertFieldOutput
Method · 0.36
setUpClass
Method · 0.36
run
Method · 0.36