Lines Matching refs:open
367 with open(tempname, 'wb') as temp:
422 with open(os.path.join(self.tempdir, filename), 'wb') as f:
526 with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f:
627 open(fullpath, 'wb').close()
746 with open(self.nocgi_path, 'w', encoding='utf-8') as fp:
751 with open(self.file1_path, 'w', encoding='utf-8') as file1:
756 with open(self.file2_path, 'w', encoding='utf-8') as file2:
761 with open(self.file3_path, 'w', encoding='utf-8') as file3:
766 with open(self.file4_path, 'w', encoding='utf-8') as file4:
771 with open(self.file5_path, 'w', encoding='utf-8') as file5:
776 with open(self.file6_path, 'w', encoding='utf-8') as file6: