Home
last modified time | relevance | path

Searched refs:initfp (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/
Dwave.py125 def initfp(self, file): member in Wave_read
163 self.initfp(f)
307 self.initfp(f)
313 def initfp(self, file): member in Wave_write
Dsunau.py166 self.initfp(f)
178 def initfp(self, file): member in Au_read
316 self.initfp(f)
329 def initfp(self, file): member in Au_write
Daifc.py308 def initfp(self, file): member in Aifc_read
352 self.initfp(file_object)
358 self.initfp(f)
563 self.initfp(file_object)
573 self.initfp(f)
575 def initfp(self, file): member in Aifc_write
/external/python/cpython2/Lib/
Dsunau.py158 self.initfp(f)
164 def initfp(self, file): member in Au_read
296 self.initfp(f)
302 def initfp(self, file): member in Au_write
Dwave.py126 def initfp(self, file): member in Wave_read
164 self.initfp(f)
311 self.initfp(f)
317 def initfp(self, file): member in Wave_write
Daifc.py293 def initfp(self, file): member in Aifc_read
350 self.initfp(f)
356 self.initfp(f)
583 self.initfp(f)
589 def initfp(self, file): member in Aifc_write
/external/python/cpython3/Lib/test/
Dtest_aifc.py192 fout.initfp(None)
201 fout.initfp(None)
390 fout.initfp(None)
409 fout.initfp(None)
417 fout.initfp(None)
/external/python/cpython2/Lib/test/
Dtest_aifc.py151 fout.initfp(None)
314 fout.initfp(None)
333 fout.initfp(None)
341 fout.initfp(None)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst382 Fix the error handling in Aifc_read.initfp() when the SSND chunk is not
D3.6.5rc1.rst398 Fix the error handling in Aifc_read.initfp() when the SSND chunk is not
D3.8.0a1.rst5976 Fix the error handling in Aifc_read.initfp() when the SSND chunk is not
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst440 Fix the error handling in Aifc_read.initfp() when the SSND chunk is not