MCPcopy Create free account
hub / github.com/python-hyper/uritemplate / __str__

Method __str__

uritemplate/orderedset.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 return f"{self.__class__.__name__}({list(self)!r})"
84
85 def __str__(self) -> str:
86 return self.__repr__()
87
88 def __eq__(self, other: object) -> bool:
89 if isinstance(other, OrderedSet):

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.95

Tested by

no test coverage detected