MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / drop

Method drop

tests/test_class.rs:139–141  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

137}
138impl Drop for TestDropCall {
139 fn drop(&mut self) {
140 self.drop_called.store(true, Ordering::Relaxed);
141 }
142}
143
144py_class!(class DataIsDropped |py| {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected