Lines Matching full:open
31 self.f = aifc.open(self.sndfilepath)
34 f = self.f = aifc.open(self.sndfilepath)
44 f = self.f = aifc.open(self.sndfilepath)
60 f = self.f = aifc.open(self.sndfilepath)
61 fout = self.fout = aifc.open(TESTFN, 'wb')
67 fout = self.fout = aifc.open(TESTFN, 'rb')
73 f = self.f = aifc.open(self.sndfilepath)
74 fout = self.fout = aifc.open(TESTFN, 'wb')
87 fout = self.fout = aifc.open(TESTFN, 'rb')
98 self.file = open(file, 'rb')
105 f = self.f = aifc.open(testfile)
109 testfile = open(TESTFN, 'wb')
110 fout = aifc.open(testfile, 'wb')