Home
last modified time | relevance | path

Searched refs:setcomptype (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
Dtest_aifc.py191 fout.setcomptype(comptype, b'')
351 self.assertRaises(aifc.Error, fout.setcomptype, b'WRNG', '')
363 self.assertRaises(aifc.Error, fout.setcomptype, b'NONE', '')
374 fout.setcomptype(b'NONE', b'name')
409 fout.setcomptype(comptype, b'')
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/
Dwave.py381 def setcomptype(self, comptype, compname): member in Wave_write
403 self.setcomptype(comptype, compname)
Dsunau.py386 def setcomptype(self, type, name): member in Au_write
409 self.setcomptype(comptype, compname)
Daifc.py658 def setcomptype(self, comptype, compname): member in Aifc_write
689 self.setcomptype(comptype, compname)
/third_party/python/Doc/library/
Dsunau.rst226 .. method:: AU_write.setcomptype(type, name)
Dwave.rst201 .. method:: Wave_write.setcomptype(type, name)
Daifc.rst182 .. method:: aifc.setcomptype(type, name)