MCPcopy
hub / github.com/encode/httpx / __str__

Method __str__

httpx/_urls.py:623–624  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

621 return sorted(self.multi_items()) == sorted(other.multi_items())
622
623 def __str__(self) -> str:
624 return urlencode(self.multi_items())
625
626 def __repr__(self) -> str:
627 class_name = self.__class__.__name__

Callers

nothing calls this directly

Calls 1

multi_itemsMethod · 0.95

Tested by

no test coverage detected