Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow_deque_mut
Method
borrow_deque_mut
crates/vm/src/stdlib/_collections.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
fn borrow_deque_mut(&self) -> PyRwLockWriteGuard<'_, VecDeque<PyObjectRef>> {
54
self.deque.write()
55
}
56
}
57
58
#[pyclass(
Callers
15
append
Method · 0.80
appendleft
Method · 0.80
clear
Method · 0.80
_extend
Method · 0.80
extendleft
Method · 0.80
insert
Method · 0.80
pop
Method · 0.80
popleft
Method · 0.80
remove
Method · 0.80
reverse
Method · 0.80
rotate
Method · 0.80
__setitem__
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected