Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_files
Method · 0.95
response_for_exception
Function · 0.80
Calls
2
MultiValueDict
Class · 0.90
QueryDict
Class · 0.85
Tested by
no test coverage detected