Loading csst_common/file_recorder.py +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ class FileRecorder(list): In principle, a CSST pipeline module should return a status (CsstStatus) and a file recorder (``FileRecorder``) after it finishes data processing. Parameters ---------- *args : any The arguments passed to ``list()``. **kwargs : any The keyword arguments passed to ``list()``. Methods ------- add_record(filepath: str = "", db: bool = False, comment: str = "") Loading Loading
csst_common/file_recorder.py +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ class FileRecorder(list): In principle, a CSST pipeline module should return a status (CsstStatus) and a file recorder (``FileRecorder``) after it finishes data processing. Parameters ---------- *args : any The arguments passed to ``list()``. **kwargs : any The keyword arguments passed to ``list()``. Methods ------- add_record(filepath: str = "", db: bool = False, comment: str = "") Loading