MCPcopy
hub / github.com/encode/starlette / MultiPartException

Class MultiPartException

starlette/formparsers.py:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class MultiPartException(Exception):
53 def __init__(self, message: str) -> None:
54 self.message = message
55
56
57class FormParser:

Callers 6

on_field_nameMethod · 0.85
on_field_dataMethod · 0.85
on_field_endMethod · 0.85
on_part_dataMethod · 0.85
on_headers_finishedMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected