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

Method __str__

src/werkzeug/datastructures/auth.py:136–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 return f"{self.type.title()} {dump_header(self.parameters)}"
135
136 def __str__(self) -> str:
137 return self.to_header()
138
139 def __repr__(self) -> str:
140 return f"<{type(self).__name__} {self.to_header()}>"

Callers

nothing calls this directly

Calls 1

to_headerMethod · 0.95

Tested by

no test coverage detected