Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
class
MultiPartException(Exception):
53
def
__init__(self, message: str) -> None:
54
self.message = message
55
56
57
class
FormParser:
Callers
6
on_field_name
Method · 0.85
on_field_data
Method · 0.85
on_field_end
Method · 0.85
on_part_data
Method · 0.85
on_headers_finished
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected