Lines Matching refs:open
72 f = self.fout = self.module.open(testfile, 'wb')
80 f = self.module.open(testfile, 'rb')
107 with open(TESTFN, 'wb') as testfile:
114 with open(TESTFN, 'rb') as testfile:
119 with open(TESTFN, 'wb') as testfile:
128 with open(TESTFN, 'rb') as testfile:
133 with open(TESTFN, 'wb') as testfile:
140 with open(TESTFN, 'rb') as testfile:
177 with open(TESTFN, 'rb') as testfile:
195 with open(TESTFN, 'rb') as testfile:
208 f = self.f = self.module.open(self.sndfilepath)
214 with open(self.sndfilepath, 'rb') as testfile:
215 f = self.f = self.module.open(testfile)
219 with open(TESTFN, 'wb') as testfile:
220 fout = self.fout = self.module.open(testfile, 'wb')
231 f = self.f = self.module.open(self.sndfilepath)
252 f = self.f = self.module.open(self.sndfilepath)
253 fout = self.fout = self.module.open(TESTFN, 'wb')
262 fout = self.fout = self.module.open(TESTFN, 'rb')
269 with open(TESTFN, 'wb') as testfile:
271 with open(self.sndfilepath, 'rb') as f:
274 with open(TESTFN, 'rb') as testfile:
276 f = self.module.open(testfile, 'rb')