Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ Preamble
Class
Preamble
src/werkzeug/sansio/multipart.py:19–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
@dataclass(frozen=True)
19
class
Preamble(Event):
20
data: bytes
21
22
23
@dataclass(frozen=True)
Callers
5
test_decoder_simple
Function · 0.90
test_decoder_data_start_with_different_newline_positions
Function · 0.90
test_empty_field
Function · 0.90
stream_encode_multipart
Function · 0.85
next_event
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_decoder_simple
Function · 0.72
test_decoder_data_start_with_different_newline_positions
Function · 0.72
test_empty_field
Function · 0.72
stream_encode_multipart
Function · 0.68