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

Method __contains__

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

Source from the content-addressed store, hash-verified

179
180 #[inline]
181 fn __contains__(&self, py: Python, key: PyBackedStr) -> bool {
182 self.contains_key(py, key)
183 }
184
185 #[inline]
186 fn __len__(&self) -> usize {

Callers

nothing calls this directly

Calls 1

contains_keyMethod · 0.80

Tested by

no test coverage detected