(self, freq: str = None)
| 656 | return hash_args(*DatasetCache.normalize_uri_args(instruments, fields, freq), disk_cache, inst_processors) |
| 657 | |
| 658 | def get_cache_dir(self, freq: str = None) -> Path: |
| 659 | return super(DiskDatasetCache, self).get_cache_dir(C.dataset_cache_dir_name, freq) |
| 660 | |
| 661 | @classmethod |
| 662 | def read_data_from_cache(cls, cache_path: Union[str, Path], start_time, end_time, fields): |
no outgoing calls
no test coverage detected