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

Method chars

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

Source from the content-addressed store, hash-verified

175 type Char = char;
176
177 fn chars(&self) -> impl Iterator<Item = Self::Char> {
178 (**self).chars()
179 }
180
181 fn len(&self) -> usize {
182 self.len()

Callers 15

shell_execFunction · 0.80
reverse_stringFunction · 0.80
split_idents_on_dotFunction · 0.80
from_ruff_parse_errorMethod · 0.80
countMethod · 0.80
try_into_from_objectMethod · 0.80
py_newMethod · 0.80
check_type_codeFunction · 0.80
parse_numberMethod · 0.80
parser_createFunction · 0.80
split_fstring_middleFunction · 0.80
build_row_cast_mapMethod · 0.80

Calls 2

code_pointsMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected