MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / __delitem__

Method __delitem__

src/client/typing/header.rs:176–178  ·  view source on GitHub ↗
(&mut self, py: Python, key: PyBackedStr)

Source from the content-addressed store, hash-verified

174
175 #[inline]
176 fn __delitem__(&mut self, py: Python, key: PyBackedStr) {
177 self.remove(py, key);
178 }
179
180 #[inline]
181 fn __contains__(&self, py: Python, key: PyBackedStr) -> bool {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected