1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

Update serial.py

This commit is contained in:
you-n-g
2021-01-24 10:36:56 +08:00
committed by GitHub
parent 2b6d16feb1
commit afdf58b4fa

View File

@@ -27,11 +27,6 @@ class Serializable:
def dump_all(self):
"""
will the object dump all object
Parameters
----------
self : [TODO:type]
[TODO:description]
"""
return getattr(self, "_dump_all", False)
@@ -39,11 +34,6 @@ class Serializable:
def exclude(self):
"""
What attribute will be dumped
Parameters
----------
self : [TODO:type]
[TODO:description]
"""
return getattr(self, "_exclude", [])