MCPcopy 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_uuFunction · 0.45
b2a_uuFunction · 0.45
rand_addFunction · 0.45
tofileMethod · 0.45
_array_reconstructorFunction · 0.45
compressMethod · 0.45
getitem_by_sliceMethod · 0.45
wstring_from_bytesFunction · 0.45
get_fieldMethod · 0.45
casefoldMethod · 0.45
do_count_charsFunction · 0.45

Calls

no outgoing calls

Tested by 1