(self, metadata: Optional[dict]=None)
| 96 | |
| 97 | @abstractmethod |
| 98 | def get_paths(self, metadata: Optional[dict]=None) -> Generator[ScanLocation, None, None]: |
| 99 | ... |
| 100 | |
| 101 | def get_diff_paths(self, other: URIHandler) -> Generator[Tuple[ScanLocation, ScanLocation], None, None]: |
| 102 | raise UnsupportedDiffLocation() |
no outgoing calls