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

Method __repr__

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

Source from the content-addressed store, hash-verified

137 return self.to_header()
138
139 def __repr__(self) -> str:
140 return f"<{type(self).__name__} {self.to_header()}>"
141
142
143class WWWAuthenticate:

Callers

nothing calls this directly

Calls 1

to_headerMethod · 0.95

Tested by

no test coverage detected