Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Lib/test/
Dtest_aifc.py194 fout.initfp(None)
203 fout.initfp(None)
392 fout.initfp(None)
411 fout.initfp(None)
419 fout.initfp(None)
/third_party/python/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