Searched refs:string_to_match (Results 1 – 2 of 2) sorted by relevance
202 def line_number(filename, string_to_match): argument206 if line.find(string_to_match) != -1:211 (string_to_match, filename))
350 filename and string_to_match as arguments and returns the line number.