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

Method encode_wide

crates/wtf8/src/lib.rs:908–913  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

906 /// would always return the original WTF-8 string.
907 #[inline]
908 pub fn encode_wide(&self) -> EncodeWide<'_> {
909 EncodeWide {
910 code_points: self.code_points(),
911 extra: 0,
912 }
913 }
914
915 pub const fn chunks(&self) -> Wtf8Chunks<'_> {
916 Wtf8Chunks { wtf8: self }

Callers 9

parse_addressFunction · 0.80
to_wideMethod · 0.80
to_wide_with_nulMethod · 0.80
_path_splitroot_exFunction · 0.80
_path_normpathFunction · 0.80
initMethod · 0.80
chdirFunction · 0.80
conv_paramFunction · 0.80

Calls 1

code_pointsMethod · 0.80

Tested by

no test coverage detected