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

Class AbortOnDrop

src/function.rs:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269pub struct AbortOnDrop<'a>(pub &'a str);
270
271impl<'a> Drop for AbortOnDrop<'a> {
272 fn drop(&mut self) {

Callers 5

handle_callbackFunction · 0.85
tp_traverseFunction · 0.85
tp_clearFunction · 0.85
tp_dealloc_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected