Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ chunks
Method
chunks
crates/wtf8/src/lib.rs:915–917 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
913
}
914
915
pub const fn chunks(&self) -> Wtf8Chunks<'_> {
916
Wtf8Chunks { wtf8: self }
917
}
918
919
pub fn map_utf8<
'a, I>(&'
a self, f: impl Fn(&'a str) -> I) -> impl Iterator<Item = CodePoint>
920
where
Callers
15
a2b_uu
Function · 0.45
b2a_uu
Function · 0.45
rand_add
Function · 0.45
tofile
Method · 0.45
_array_reconstructor
Function · 0.45
compress
Method · 0.45
extract_annotations_from_annotate_code
Function · 0.45
getitem_by_slice
Method · 0.45
wstring_from_bytes
Function · 0.45
get_field
Method · 0.45
casefold
Method · 0.45
do_count_chars
Function · 0.45
Calls
no outgoing calls
Tested by
1
extract_annotations_from_annotate_code
Function · 0.36