Lines Matching refs:open
40 with open(cls.testfile, 'rb') as stream:
50 with open(filename, 'rb') as stream:
52 with open(filename, 'rb') as stream:
72 with open(TESTFN, 'wb') as stream:
76 with open(TESTFN, 'rb') as stream:
90 with open(self.testfile, 'rb') as f:
108 with open(filename, 'rb') as stream:
120 stream = open(self.testfile, 'rb')
130 with open(TESTFN, 'wb') as stream:
137 with open(TESTFN, 'wb') as stream: