Home | History | Annotate | Download | only in site_utils

Lines Matching refs:f_out

512                     gzip.open(test_result_file_gz, 'w')) as f_out:
513 shutil.copyfileobj(f_in, f_out)