Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyDrop
Interface
PyDrop
src/python.rs:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
pub trait PyDrop: Sized {
124
fn release_ref(self, py: Python);
125
}
126
127
impl<T> PyDrop for T
128
where
Callers
nothing calls this directly
Implementers
3
buffer.rs
src/buffer.rs
python.rs
src/python.rs
err.rs
src/err.rs
Calls
no outgoing calls
Tested by
no test coverage detected