Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
readline
Method · 0.45
is_compatible_with
Method · 0.45
is_dir
Method · 0.45
is_file
Method · 0.45
is_symlink
Method · 0.45
fmt
Method · 0.45
new_substr
Method · 0.45
is_utf8
Method · 0.45
__add__
Method · 0.45
as_number
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected