Home | History | Annotate | Download | only in Lib

Lines Matching defs:_is_text_encoding

90     _is_text_encoding = True # Assume codecs are text encodings by default
94 _is_text_encoding=None):
103 if _is_text_encoding is not None:
104 self._is_text_encoding = _is_text_encoding