Home
last modified time | relevance | path

Searched refs:_simple_encodings (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsunau.py124 _simple_encodings = [AUDIO_FILE_ENCODING_MULAW_8, variable
179 if self._encoding not in _simple_encodings:
226 if self._encoding in _simple_encodings:
258 if self._encoding in _simple_encodings:
/external/python/cpython3/Lib/
Dsunau.py130 _simple_encodings = [AUDIO_FILE_ENCODING_MULAW_8, variable
193 if self._encoding not in _simple_encodings:
239 if self._encoding in _simple_encodings:
271 if self._encoding in _simple_encodings: