Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ content
Method
content
django/http/response.py:398–399 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
396
397
@property
398
def
content(self):
399
return
b
""
.join(self._container)
400
401
@content.setter
402
def
content(self, value):
Callers
nothing calls this directly
Calls
4
make_bytes
Method · 0.80
join
Method · 0.45
close
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected