Home
last modified time | relevance | path

Searched refs:setcomptype (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_aifc.py194 fout.setcomptype(comptype, b'')
354 self.assertRaises(aifc.Error, fout.setcomptype, b'WRNG', '')
366 self.assertRaises(aifc.Error, fout.setcomptype, b'NONE', '')
377 fout.setcomptype(b'NONE', b'name')
412 fout.setcomptype(comptype, b'')
H A Daudiotests.py60 f.setcomptype(self.comptype, self.compname)
96 f.setcomptype(self.comptype, self.compname)
116 f.setcomptype(self.comptype, self.compname)
/third_party/python/Lib/
H A Dsunau.py82 setcomptype(type, name)
391 def setcomptype(self, type, name): member in Au_write
414 self.setcomptype(comptype, compname)
H A Dwave.py49 setcomptype(type, name)
404 set through the setcomptype() or setparams() method
406 set through the setcomptype() or setparams() method
502 def setcomptype(self, comptype, compname): member in Wave_write
524 self.setcomptype(comptype, compname)
H A Daifc.py102 setcomptype(type, name)
555 # set through the setcomptype() or setparams() method
557 # set through the setcomptype() or setparams() method
678 def setcomptype(self, comptype, compname): member in Aifc_write
709 self.setcomptype(comptype, compname)

Completed in 5 milliseconds