Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_exec
Function · 0.80
reverse_string
Function · 0.80
split_idents_on_dot
Function · 0.80
from_ruff_parse_error
Method · 0.80
count
Method · 0.80
try_into_from_object
Method · 0.80
py_new
Method · 0.80
check_type_code
Function · 0.80
parse_number
Method · 0.80
parser_create
Function · 0.80
split_fstring_middle
Function · 0.80
build_row_cast_map
Method · 0.80
Calls
2
code_points
Method · 0.80
iter
Method · 0.45
Tested by
no test coverage detected