MCPcopy
hub / github.com/django/django / MultiPartParserError

Class MultiPartParserError

django/http/multipartparser.py:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class MultiPartParserError(Exception):
30 pass
31
32
33class InputStreamExhausted(Exception):

Callers 4

multi_part_parser_errorFunction · 0.90
__init__Method · 0.85
_parseMethod · 0.85
parse_boundary_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected