Module acquisition.unbzip2_step

Functions

def main()

Classes

class AcquisitionUnbzip2Step

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 AcquisitionUnbzip2Step(AcquisitionUncompressStep):

    def _get_compression_module(self):
        return bz2

Ancestors

Inherited members