MCPcopy 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
403impl<'py, T, D> fmt::Debug for PyReadonlyArray<'py, T, D>

Callers

nothing calls this directly

Calls 3

releaseFunction · 0.85
release_mutFunction · 0.85
as_array_ptrMethod · 0.80

Tested by

no test coverage detected