Lines Matching refs:open
59 with open(self.source_path, 'w', encoding="utf-8") as file:
74 with open(self.bad_source_path, 'w', encoding="utf-8") as file:
78 with open(self.bc_path, 'rb') as file:
112 with open(self.bc_path, 'rb') as file:
114 with open(self.bc_path, 'wb') as file:
200 with open(data_file, 'wb'):
475 with open(self.source_path, 'w', encoding='utf-8') as file:
755 with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1:
769 with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1:
808 with open(pyc, 'rb') as fp:
812 with open(pyc, 'rb') as fp: