Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/vm/src/builtins/tuple.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
298
#[inline]
299
pub fn len(&self) -> usize {
300
self.elements.len()
301
}
302
303
#[inline]
304
pub fn is_empty(&self) -> bool {
Callers
15
slot_defs.rs
File · 0.45
struct_sequence_new
Function · 0.45
__replace__
Method · 0.45
extend_pyclass
Method · 0.45
struct_sequence_richcompare
Function · 0.45
from_byte_vector
Method · 0.45
ndim
Method · 0.45
into_pybuffer
Method · 0.45
abstract_issubclass
Method · 0.45
get_single_attr
Method · 0.45
py_new
Method · 0.45
call
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected