MCPcopy Index your code
hub / github.com/microsoft/qlib / get_cache_dir

Method get_cache_dir

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

Source from the content-addressed store, hash-verified

496 self.remote = kwargs.get("remote", False)
497
498 def get_cache_dir(self, freq: str = None) -> Path:
499 return super(DiskExpressionCache, self).get_cache_dir(C.features_cache_dir_name, freq)
500
501 def _uri(self, instrument, field, start_time, end_time, freq):
502 field = remove_fields_space(field)

Callers 2

_expressionMethod · 0.95
updateMethod · 0.95

Calls 1

get_cache_dirMethod · 0.45

Tested by

no test coverage detected