Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_empty
Method
is_empty
crates/vm/src/builtins/str.rs:662–664 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
660
661
#[inline]
662
pub fn is_empty(&self) -> bool {
663
self.data.is_empty()
664
}
665
666
#[inline]
667
pub fn char_len(&self) -> usize {
Callers
15
__replace__
Method · 0.45
formatter_parser
Function · 0.45
py_new
Method · 0.45
__reduce__
Method · 0.45
breakpointhook
Function · 0.45
find_frozen
Function · 0.45
is_namespace
Method · 0.45
spawnv
Function · 0.45
spawnve
Function · 0.45
execv
Function · 0.45
execve
Function · 0.45
_path_splitroot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected