Classes | |
class | BaseDataset |
class | CheckConfig |
class | CheckDatasetExists |
class | CheckForMask |
class | CheckForWrite |
class | CheckJobStatus |
class | CleanFiles |
class | CleanJobFiles |
class | CreateJobDirectory |
class | ExpandConfig |
class | FindOnCastor |
class | FullCFG |
class | GenerateMask |
class | GZipFiles |
class | MonitorJobs |
class | ParseOptions |
class | RunCMSBatch |
class | RunTestEvents |
class | SourceCFG |
class | Task |
class | WriteJobReport |
class | WriteToDatasets |
Functions | |
def | insertLines |
def | mkdir_p |
def production_tasks.insertLines | ( | insertedTo, | |
toInsert | |||
) |
insert a sequence in another sequence. the sequence is inserted either at the end, or at the position of the HOOK, if it is found. The HOOK is considered as being found if str(elem).find(###ProductionTaskHook$$$) is true for one of the elements in the insertedTo sequence.
Definition at line 352 of file production_tasks.py.
Referenced by production_tasks.FullCFG.run(), and production_tasks.RunTestEvents.run().
def production_tasks.mkdir_p | ( | path | ) |
Definition at line 16 of file production_tasks.py.
Referenced by production_tasks.CreateJobDirectory.run().