MCPcopy
hub / github.com/microsoft/qlib / get_cache_dir

Method get_cache_dir

qlib/data/cache.py:658–659  ·  view source on GitHub ↗
(self, freq: str = None)

Source from the content-addressed store, hash-verified

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):

Callers 4

_datasetMethod · 0.95
_dataset_uriMethod · 0.95
updateMethod · 0.95
get_cache_dirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected