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

Method _dump_instruments

scripts/dump_bin.py:334–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 logger.info("end of calendars dump.\n")
333
334 def _dump_instruments(self):
335 logger.info("start dump instruments......")
336 self.save_instruments(self._kwargs["date_range_list"])
337 logger.info("end of instruments dump.\n")
338
339 def _dump_features(self):
340 logger.info("start dump features......")

Callers 1

dumpMethod · 0.95

Calls 2

save_instrumentsMethod · 0.80
infoMethod · 0.45

Tested by

no test coverage detected