MCPcopy
hub / github.com/pallets/werkzeug / Data

Class Data

src/werkzeug/sansio/multipart.py:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@dataclass(frozen=True)
37class Data(Event):
38 data: bytes
39 more_data: bool
40
41
42@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