Searched refs:inp (Results 1 – 2 of 2) sorted by relevance
32 def process_file(path, inp, xfail): argument36 for line in inp:78 with open(path) as inp:79 errors += process_file(path, inp, xfail)
63 with open(path) as inp:64 for line in inp:
Completed in 5 milliseconds