Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
pub struct AbortOnDrop<
'a>(pub &'
a str);
270
271
impl<
'a> Drop for AbortOnDrop<'
a> {
272
fn drop(&mut self) {
Callers
5
py_module_initializer_impl
Function · 0.85
handle_callback
Function · 0.85
tp_traverse
Function · 0.85
tp_clear
Function · 0.85
tp_dealloc_callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected