(self)
| 343 | |
| 344 | @property |
| 345 | def available(self) -> bool: |
| 346 | return self.use_vertex or self.use_google |
| 347 | |
| 348 | def search(self, query: str, num: int = 10) -> list[dict]: |
| 349 | if self.use_vertex: |
nothing calls this directly
no outgoing calls
no test coverage detected