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

Method _backup_qlib_dir

scripts/dump_bin.py:141–142  ·  view source on GitHub ↗
(self, target_dir: Path)

Source from the content-addressed store, hash-verified

139 self._kwargs = {}
140
141 def _backup_qlib_dir(self, target_dir: Path):
142 shutil.copytree(str(self.qlib_dir.resolve()), str(target_dir.resolve()))
143
144 def _format_datetime(self, datetime_d: [str, pd.Timestamp]):
145 datetime_d = pd.Timestamp(datetime_d)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected