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

Method __delitem__

httpx/_models.py:1219–1220  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1217 return value
1218
1219 def __delitem__(self, name: str) -> None:
1220 return self.delete(name)
1221
1222 def __len__(self) -> int:
1223 return len(self.jar)

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected