(self)
| 125 | |
| 126 | @property |
| 127 | def n_nodes(self) -> int: |
| 128 | return self._n_nodes |
| 129 | |
| 130 | def get_edge_idxs(self) -> Tuple[np.ndarray, np.ndarray]: |
| 131 | # one-way: node i has an edge to node i+1 |
nothing calls this directly
no outgoing calls
no test coverage detected