def processlist_arglist(): batch = intrpolate(testfile) batch.createbatch() keybatch = processlist(batch.proclist) keybatch.argslist() return keybatch.arglist
def processlist_writescript(): sys.stderr.write('process_writescript\n') batch = intrpolate(config) batch.createbatch() keybatch = processlist(batch.proclist) keybatch.argslist() keybatch.writescript() return keybatch.arglist
def processlist_tstart(): print('processlist_tstart') batch = intrpolate(testfile) batch.createbatch() keybatch = processlist(batch.proclist) keybatch.argslist() pdb.set_trace() keybatch.start() return keybatch.arglist
def batch_createbatch(): batch = intrpolate(testfile) batch.createbatch() return batch
def batch_init(): batch = intrpolate(testfile) return batch