Searched refs:setcomptype (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_aifc.py | 194 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 D | audiotests.py | 60 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 D | sunau.py | 82 setcomptype(type, name) 391 def setcomptype(self, type, name): member in Au_write 414 self.setcomptype(comptype, compname)
|
H A D | wave.py | 49 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 D | aifc.py | 102 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