![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='Zip') | |
| configure (self, test=None) | |
Public Attributes | |
| zip_output = None | |
| zip_input = None | |
| str | executable = 'tar' |
| str | args = '-czf' |
| output_stream = Step.OutputStream.STDOUT_ONLY | |
Compress a large log file
Definition at line 227 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZipStep.__init__ | ( | self, | |
| name = 'Zip' ) |
Definition at line 230 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZipStep.configure | ( | self, | |
| test = None ) |
Definition at line 238 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.ZipStep.args = '-czf' |
Definition at line 235 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.ZipStep.executable = 'tar' |
Definition at line 234 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZipStep.output_stream = Step.OutputStream.STDOUT_ONLY |
Definition at line 236 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZipStep.zip_input = None |
Definition at line 233 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZipStep.zip_output = None |
Definition at line 232 of file CheckSteps.py.