MCPcopy
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)
19class Preamble(Event):
20 data: bytes
21
22
23@dataclass(frozen=True)

Callers 5

test_decoder_simpleFunction · 0.90
test_empty_fieldFunction · 0.90
stream_encode_multipartFunction · 0.85
next_eventMethod · 0.85

Calls

no outgoing calls