Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ MultipartPart
Class
MultipartPart
tests/test_responses.py:827–829 · tests/test_responses.py::MultipartPart
Source
from the content-addressed store, hash-verified
825
826
@dataclass
827
class
MultipartPart:
828
headers: dict[bytes, bytes]
829
data: bytes
830
831
832
def
parse_multipart_data(data: bytes, boundary: bytes | str) -> list[MultipartPart]:
Callers
1
on_part_data
Function · 0.70
Calls
no outgoing calls
Tested by
1
on_part_data
Function · 0.56