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

Method __repr__

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

Source from the content-addressed store, hash-verified

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_headerMethod · 0.95

Tested by

no test coverage detected