MCPcopy
hub / github.com/django/django / text

Method text

django/http/response.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418
419 @cached_property
420 def text(self):
421 return self.content.decode(self.charset or "utf-8")
422
423 def __iter__(self):
424 return iter(self._container)

Callers 6

SelectBox.test.jsFile · 0.45
navigation.test.jsFile · 0.45
actions.test.jsFile · 0.45
inlines.test.jsFile · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected