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

Method is_empty

crates/wtf8/src/lib.rs:813–815  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

811
812 #[inline]
813 pub const fn is_empty(&self) -> bool {
814 self.bytes.is_empty()
815 }
816
817 /// Returns the code point at `position` if it is in the ASCII range,
818 /// or `b'\xFF'` otherwise.

Callers 15

run_shellFunction · 0.45
run_fileFunction · 0.45
parse_optsFunction · 0.45
get_pathsFunction · 0.45
split_idents_on_dotFunction · 0.45
complete_optMethod · 0.45
mainFunction · 0.45
do_count_charsFunction · 0.45
nextMethod · 0.45
impl_pyclass_implFunction · 0.45
impl_pyexception_implFunction · 0.45
getset_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected