Home | History | Annotate | Download | only in scripts

Lines Matching refs:fh

204         with open(file, 'r') as fh:
205 self.check_strings_in_content(fh.read(), strings)
217 with open(summary_file, 'r') as fh:
218 summary = fh.read()
236 with open(file, 'r') as fh:
237 data = fh.read()