(self)
| 514 | raise ValueError("src_ids and dst_ids must be same shape.") |
| 515 | |
| 516 | def _get_decoder(self): |
| 517 | return self._graph.get_edge_decoder(self._edge_type) |
| 518 | |
| 519 | @property |
| 520 | def src_nodes(self): |
nothing calls this directly
no test coverage detected