Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ multi_part_parser_error
Function
multi_part_parser_error
tests/logging_tests/views.py:44–45 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
42
43
44
def
multi_part_parser_error(request):
45
raise
MultiPartParserError(
"parsing error"
)
46
47
48
def
does_not_exist_raised(request):
Callers
nothing calls this directly
Calls
1
MultiPartParserError
Class · 0.90
Tested by
no test coverage detected