(self, metadata: pd.DataFrame)
| 39 | |
| 40 | @abstractmethod |
| 41 | def filter_metadata(self, metadata: pd.DataFrame) -> Tuple[pd.DataFrame, Dict[str, int]]: |
| 42 | pass |
| 43 | |
| 44 | @abstractmethod |
| 45 | def get_instance(self, root: str, instance: str) -> Dict[str, Any]: |
no outgoing calls
no test coverage detected