Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ steal_ptr
Method
steal_ptr
src/python.rs:169–171 ·
view source on GitHub ↗
(self, _py: Python)
Source
from the content-addressed store, hash-verified
167
168
#[inline]
169
fn steal_ptr(self, _py: Python) -> *mut ffi::PyObject {
170
self.steal_ptr()
171
}
172
}
173
174
/// ToPythonPointer for borrowed Python pointers.
Callers
1
release_ref
Method · 0.45
Calls
2
clone_ref
Method · 0.45
as_object
Method · 0.45
Tested by
no test coverage detected