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

Method drop

crates/vm/src/recursion.rs:27–29  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

25
26impl Drop for ReprGuard<'_> {
27 fn drop(&mut self) {
28 self.vm.repr_guards.borrow_mut().remove(&self.id);
29 }
30}

Callers

nothing calls this directly

Calls 2

borrow_mutMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected