Lines Matching refs:open
690 stream=open('/dev/null', 'wt', encoding='utf-8'))
2188 f = open(fn, encoding="utf-8")
4494 # bpo-26789: FileHandler keeps a reference to the builtin open()
4495 # function to be able to open or reopen the file during Python
4510 # FileHandler._open() must be called again to re-open the file.
4516 # open() function.
4517 del builtins.open
4521 with open(filename, encoding="utf-8") as fp:
4853 with open('test.log', encoding='utf-8') as f:
4873 with open('test.log', encoding='utf-8') as f:
4892 with open('test.log', encoding='utf-8') as f:
4925 with open('test.log', encoding='utf-8') as f:
5354 with open(self.fn) as fp:
5426 with open(source, "rb") as sf:
5429 with open(dest, "wb") as df:
5445 with open(fn, "rb") as f:
5452 with open(fn, "rb") as f:
5458 with open(fn, "rb") as f:
5515 with open(path, 'r') as tf:
5613 with open(p, 'wb') as f: