Searched refs:report_file (Results 1 – 4 of 4) sorted by relevance
150 def Dump(self, report_file): argument163 if not report_file:166 with open(report_file, "w") as f:169 os.path.abspath(report_file))
402 if report and args.report_file:403 report.Dump(args.report_file)
212 if report and args.report_file:213 report.Dump(args.report_file)
83 report.Dump(args.report_file)