MCPcopy 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

appendMethod · 0.80
appendleftMethod · 0.80
clearMethod · 0.80
_extendMethod · 0.80
extendleftMethod · 0.80
insertMethod · 0.80
popMethod · 0.80
popleftMethod · 0.80
removeMethod · 0.80
reverseMethod · 0.80
rotateMethod · 0.80
__setitem__Method · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected