コード例 #1
0
def rtc_runner(rtc):
    return run_main_gather_report(rtc.task.input_files[0], rtc.task.output_files[0], Constants.CHUNK_KEY)
コード例 #2
0
def rtc_runner(rtc):
    return run_main_gather_report(rtc.task.input_files[0],
                                  rtc.task.output_files[0],
                                  Constants.CHUNK_KEY)
コード例 #3
0
def args_runner(args):
    return run_main_gather_report(args.cjson_in, args.json_out, args.chunk_key)
コード例 #4
0
def args_runner(args):
    return run_main_gather_report(args.cjson_in, args.json_out, args.chunk_key)