1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

update dump_bin docs

This commit is contained in:
zhupr
2020-11-19 16:16:27 +08:00
committed by you-n-g
parent 1f62cfe0af
commit 7152f8321b
2 changed files with 4 additions and 1 deletions

View File

@@ -242,6 +242,9 @@ class DumpDataBase:
def dump(self):
raise NotImplementedError("dump not implemented!")
def __call__(self, *args, **kwargs):
self.dump()
class DumpDataAll(DumpDataBase):
def _get_all_date(self):