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/bytes_inner.rs:292–294 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
290
291
#[inline]
292
pub const fn is_empty(&self) -> bool {
293
self.elements.is_empty()
294
}
295
296
pub fn cmp(
297
&self,
Callers
15
read_home
Function · 0.45
pack_pascal
Function · 0.45
parse_grouping
Function · 0.45
init_path_config
Function · 0.45
__reduce__
Method · 0.45
slot_new
Method · 0.45
syntax_error_set_msg
Function · 0.45
prep_reraise_star
Function · 0.45
is_exception_from_orig
Function · 0.45
exception_group_projection
Function · 0.45
split_by_leaf_ids
Function · 0.45
py_split
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected