MCPcopy
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_streamFunction · 0.45
serialize_headersMethod · 0.45
__init__Method · 0.45
to_wsgi_namesMethod · 0.45
to_asgi_namesMethod · 0.45
__str__Method · 0.45
set_available_appsMethod · 0.45
renderMethod · 0.45
do_block_translateFunction · 0.45
encode_multipartFunction · 0.45
genericMethod · 0.45
setup_databasesFunction · 0.45

Calls

no outgoing calls

Tested by 4

__getstate__Method · 0.36
assertFieldOutputMethod · 0.36
setUpClassMethod · 0.36
runMethod · 0.36