Home
last modified time | relevance | path

Searched defs:_is_text_encoding (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcodecs.py90 _is_text_encoding = True # Assume codecs are text encodings by default variable in CodecInfo
94 _is_text_encoding=None): argument
/external/python/cpython3/Lib/
Dcodecs.py92 _is_text_encoding = True # Assume codecs are text encodings by default variable in CodecInfo
96 *, _is_text_encoding=None): argument