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

Method __len__

src/client/typing/header.rs:186–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

184
185 #[inline]
186 fn __len__(&self) -> usize {
187 self.0.len()
188 }
189
190 #[inline]
191 fn __iter__(&self) -> HeaderMapKeysIter {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected