MCPcopy Index your code
hub / github.com/RustPython/RustPython / do_lock

Method do_lock

crates/vm/src/stdlib/_collections.rs:411–413  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

409 }
410
411 fn do_lock(&self) -> impl core::ops::Deref<Target = Self::Inner> {
412 self.borrow_deque()
413 }
414 }
415
416 impl DefaultConstructor for PyDeque {}

Callers

nothing calls this directly

Calls 1

borrow_dequeMethod · 0.80

Tested by

no test coverage detected