Ranks owning points sent into ownership determination.
(self)
| 47 | |
| 48 | @property |
| 49 | def src_owner(self) -> npt.NDArray[np.int32]: |
| 50 | """Ranks owning points sent into ownership determination.""" |
| 51 | return self._cpp_object.src_owner |
| 52 | |
| 53 | @property |
| 54 | def dest_owner(self) -> npt.NDArray[np.int32]: |
nothing calls this directly
no outgoing calls
no test coverage detected