Searched refs:string_to_match (Results 1 – 2 of 2) sorted by relevance
204 def line_number(filename, string_to_match): argument208 if line.find(string_to_match) != -1:213 (string_to_match, filename))
348 filename and string_to_match as arguments and returns the line number.