MCPcopy
hub / github.com/django/django / _mark_post_parse_error

Method _mark_post_parse_error

django/http/request.py:438–440  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

436 raise RequestDataTooBig(msg)
437
438 def _mark_post_parse_error(self):
439 self._post = QueryDict()
440 self._files = MultiValueDict()
441
442 def _load_post_and_files(self):
443 """

Callers 2

_load_post_and_filesMethod · 0.95
response_for_exceptionFunction · 0.80

Calls 2

MultiValueDictClass · 0.90
QueryDictClass · 0.85

Tested by

no test coverage detected