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

Method kind

crates/vm/src/builtins/str.rs:517–519  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

515 }
516
517 pub const fn kind(&self) -> StrKind {
518 self.data.kind()
519 }
520
521 #[inline]
522 pub fn as_str_kind(&self) -> PyKindStr<'_> {

Callers 10

readlineMethod · 0.45
is_compatible_withMethod · 0.45
is_dirMethod · 0.45
is_fileMethod · 0.45
is_symlinkMethod · 0.45
fmtMethod · 0.45
new_substrMethod · 0.45
is_utf8Method · 0.45
__add__Method · 0.45
as_numberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected