Factory method to create index for testing
(index_type: str, index_param: str)
| 24 | |
| 25 | @staticmethod |
| 26 | def FactoryIndex(index_type: str, index_param: str) -> pyvsag.Index: |
| 27 | """Factory method to create index for testing""" |
| 28 | return pyvsag.Index(index_type, index_param) |
| 29 | |
| 30 | @staticmethod |
| 31 | def BuildIndex(index: pyvsag.Index, dataset: TestDataset): |
no test coverage detected