MCPcopy 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_parserFunction · 0.45
py_newMethod · 0.45
__reduce__Method · 0.45
breakpointhookFunction · 0.45
find_frozenFunction · 0.45
is_namespaceMethod · 0.45
spawnvFunction · 0.45
spawnveFunction · 0.45
execvFunction · 0.45
execveFunction · 0.45
_path_splitrootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected