Searched refs:loglines (Results 1 – 1 of 1) sorted by relevance
24 def paths_to_pack(loglines): argument27 for line in loglines:33 def stripped_paths_to_pack(loglines): argument35 return (path.partition('/')[2] for path in paths_to_pack(loglines))
Completed in 11 milliseconds