Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyO3/rust-numpy
/ drop
Method
drop
src/borrow/mod.rs:398–400 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
396
D: Dimension,
397
{
398
fn drop(&mut self) {
399
release(self.array.py(), self.array.as_array_ptr());
400
}
401
}
402
403
impl<
'py, T, D> fmt::Debug for PyReadonlyArray<'
py, T, D>
Callers
nothing calls this directly
Calls
3
release
Function · 0.85
release_mut
Function · 0.85
as_array_ptr
Method · 0.80
Tested by
no test coverage detected