Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ Field
Class
Field
src/werkzeug/sansio/multipart.py:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
@dataclass(frozen=True)
24
class
Field(Event):
25
name: str
26
headers: Headers
27
28
29
@dataclass(frozen=True)
Callers
4
test_decoder_simple
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
3
test_decoder_simple
Function · 0.72
test_empty_field
Function · 0.72
stream_encode_multipart
Function · 0.68