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

Method iter_mut

crates/common/src/cformat.rs:766–768  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

764
765 #[inline]
766 pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut (usize, CFormatPart<S>)> {
767 self.parts.iter_mut()
768 }
769
770 pub fn parse<I>(iter: &mut ParseIter<I>) -> Result<Self, CFormatError>
771 where

Callers 15

tcsetattrFunction · 0.45
selectFunction · 0.45
faulthandler_fatal_errorFunction · 0.45
faulthandler_exc_handlerFunction · 0.45
into_iterMethod · 0.45
levenshtein_distanceFunction · 0.45
resizeMethod · 0.45
drain_entriesMethod · 0.45
cformat_bytesFunction · 0.45
drop_valuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected