MCPcopy
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
44def multi_part_parser_error(request):
45 raise MultiPartParserError("parsing error")
46
47
48def does_not_exist_raised(request):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected