Data sources that require some prerequisites to be installed before they can be used should override this method
()
| 82 | |
| 83 | @staticmethod |
| 84 | def has_prerequisites() -> bool: |
| 85 | """ |
| 86 | Data sources that require some prerequisites to be installed before they can be used should override this method |
| 87 | """ |
| 88 | return False |
| 89 | |
| 90 | @staticmethod |
| 91 | def list_locations(config: Dict) -> List[Location]: |
nothing calls this directly
no outgoing calls
no test coverage detected