MCPcopy
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_bytesMethod · 0.80
joinMethod · 0.45
closeMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected