MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / try_into_readwrite

Method try_into_readwrite

src/array.rs:1548–1554  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1546 }
1547
1548 fn try_into_readwrite(self) -> Result<PyReadwriteArray<'py, T, D>, BorrowError>
1549 where
1550 T: Element,
1551 D: Dimension,
1552 {
1553 PyReadwriteArray::try_new(self)
1554 }
1555
1556 fn try_readwrite(&self) -> Result<PyReadwriteArray<'py, T, D>, BorrowError>
1557 where

Callers 2

into_readwriteMethod · 0.80
try_readwriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected