Searched refs:path_to_file (Results 1 – 2 of 2) sorted by relevance
29 def __init__(self, path_to_file): argument31 if path_to_file is None:33 with open(path_to_file, "r") as file:
93 def get_file_size(path_to_file): argument96 with open(path_to_file, "rb") as f: