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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user