HomeSort by relevance Sort by last modified time
    Searched refs:non_aifc_file (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_aifc.py 133 non_aifc_file = findfile('pluck-pcm8.wav', subdir='audiodata')
141 aifc.Aifc_read.__init__(a, non_aifc_file)
  /external/python/cpython3/Lib/test/
test_aifc.py 157 non_aifc_file = findfile('pluck-pcm8.wav', subdir='audiodata')
162 self.f = aifc.open(non_aifc_file, 'rb')

Completed in 93 milliseconds