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

Method __iter__

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

Source from the content-addressed store, hash-verified

604 return key in self._dict
605
606 def __iter__(self) -> typing.Iterator[typing.Any]:
607 return iter(self.keys())
608
609 def __len__(self) -> int:
610 return len(self._dict)

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected