MultiProc.Driver#

DecompDriver.py

Copyright (c) 2021, SAXS Team, KEK-PF

class DecompLoghandler(out_folder)#

Bases: Handler

Initializes the instance - basically setting the formatter to None and the filter list to empty.

emit(record)#

Do whatever it takes to actually log the specified logging record.

This version is intended to be implemented by subclasses and so raises a NotImplementedError.

exception UserCancel#

Bases: Exception

run_decomp(job_id, out_folder, job_info, table, use_gpu)#