MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_empty

Method is_empty

crates/common/src/cformat.rs:163–165  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 fn chars(&self) -> impl Iterator<Item = Self::Char>;
162 fn len(&self) -> usize;
163 fn is_empty(&self) -> bool {
164 self.len() == 0
165 }
166 fn concat(self, other: Self) -> Self;
167}
168

Callers 3

fill_stringMethod · 0.45
parseMethod · 0.45

Implementers 1

cformat.rscrates/common/src/cformat.rs

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected