Module acquisition.ungzip_step
Functions
def main()
Classes
class AcquisitionUngzipStep
-
Abstract class to describe an acquisition step.
You have to override this class.
Attributes
stop_flag
:boolean
- if True, stop the daemon as soon as possible.
debug_mode_allowed
:boolean
- if True, the debug mode is allowed.
step_limit
:int
- maximum step number (to avoid some loops).
Constructor.
Expand source code
class AcquisitionUngzipStep(AcquisitionUncompressStep): def _get_compression_module(self): return gzip
Ancestors
Inherited members