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

Method iter

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

Source from the content-addressed store, hash-verified

759
760 #[inline]
761 pub fn iter(&self) -> impl Iterator<Item = &(usize, CFormatPart<S>)> {
762 self.parts.iter()
763 }
764
765 #[inline]
766 pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut (usize, CFormatPart<S>)> {

Callers 15

drain_rangeMethod · 0.45
into_iterMethod · 0.45
cloneMethod · 0.45
clone_fromMethod · 0.45
levenshtein_distanceFunction · 0.45
bytes_to_intFunction · 0.45
decodeFunction · 0.45
charsMethod · 0.45
parse_from_bytesMethod · 0.45
from_wides_until_nulMethod · 0.45
deserialize_codeFunction · 0.45
serialize_codeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected