Searched refs:end_of_path (Results 1 – 1 of 1) sorted by relevance
101 end_of_path = line.find(" ", 9) variable102 if end_of_path != -1:103 packages[current_package]["path"] = line[9:end_of_path]