Searched refs:input_file (Results 1 – 1 of 1) sorted by relevance
100 def LoadInfoDict(input_file): argument105 if isinstance(input_file, zipfile.ZipFile):106 return input_file.read(fn)108 path = os.path.join(input_file, *fn.split("/"))