Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ __str__
Method
__str__
src/werkzeug/datastructures/auth.py:316–317 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
314
return
f
"{self.type.title()} {dump_header(self.parameters)}"
315
316
def
__str__(self) -> str:
317
return
self.to_header()
318
319
def
__repr__(self) -> str:
320
return
f
"<{type(self).__name__} {self.to_header()}>"
Callers
nothing calls this directly
Calls
1
to_header
Method · 0.95
Tested by
no test coverage detected