Searched refs:arg_file (Results 1 – 3 of 3) sorted by relevance
37 def ProcessArgFile(arg_file): argument40 with open(arg_file, 'r', encoding='utf-8') as f:
276 arg_file = os.fdopen(fd, 'wb')277 json.dump(arg, arg_file)278 arg_file.close()
230 arg_file = open(arg_file_name, 'rb')232 arg = json.load(arg_file)234 arg_file.close()