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

Method is_full_slice

crates/vm/src/stdlib/_io.rs:3649–3651  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3647
3648 #[inline]
3649 fn is_full_slice(&self) -> bool {
3650 self.1.len() >= self.0.byte_len()
3651 }
3652
3653 #[inline]
3654 fn slice(&self) -> &Wtf8 {

Callers 3

char_lenMethod · 0.80
slice_pystrMethod · 0.80
readlineMethod · 0.80

Calls 2

lenMethod · 0.45
byte_lenMethod · 0.45

Tested by

no test coverage detected