Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ slots
Method
slots
crates/vm/src/protocol/sequence.rs:134–136 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
132
impl PySequence<'_> {
133
#[inline]
134
pub fn slots(&self) -> &PySequenceSlots {
135
&self.obj.class().slots.as_sequence
136
}
137
138
pub fn check(&self) -> bool {
139
self.slots().has_item()
Callers
10
check
Method · 0.45
length_opt
Method · 0.45
concat
Method · 0.45
repeat
Method · 0.45
inplace_concat
Method · 0.45
inplace_repeat
Method · 0.45
get_item
Method · 0.45
_ass_item
Method · 0.45
_ass_slice
Method · 0.45
contains
Method · 0.45
Calls
1
class
Method · 0.45
Tested by
no test coverage detected