(self, edge_pairs: list[tuple[str, str]])
| 131 | raise NotImplementedError |
| 132 | |
| 133 | async def edge_degrees_batch(self, edge_pairs: list[tuple[str, str]]) -> list[int]: |
| 134 | raise NotImplementedError |
| 135 | |
| 136 | async def get_node(self, node_id: str) -> Union[dict, None]: |
| 137 | raise NotImplementedError |
no outgoing calls
no test coverage detected