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

  /external/python/cpython2/Lib/
codecs.py 90 _is_text_encoding = True # Assume codecs are text encodings by default variable in class:CodecInfo
94 _is_text_encoding=None):
103 if _is_text_encoding is not None:
104 self._is_text_encoding = _is_text_encoding
    [all...]
  /external/python/cpython3/Lib/
codecs.py 91 _is_text_encoding = True # Assume codecs are text encodings by default variable in class:CodecInfo
95 *, _is_text_encoding=None):
104 if _is_text_encoding is not None:
105 self._is_text_encoding = _is_text_encoding
    [all...]

Completed in 287 milliseconds