Home
last modified time | relevance | path

Searched refs:test_unseekable_incompleted_write (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_wave.py13 test_unseekable_incompleted_write = None variable in WaveTest
55 def test_unseekable_incompleted_write(self): member in WavePCM16Test
56 super().test_unseekable_incompleted_write()
115 def test_unseekable_incompleted_write(self): member in WavePCM32Test
116 super().test_unseekable_incompleted_write()
Daudiotests.py163 def test_unseekable_incompleted_write(self): member in AudioWriteTests
/external/python/cpython3/Lib/test/
Daudiotests.py223 def test_unseekable_incompleted_write(self): member in AudioWriteTests