Home | History | Annotate | Download | only in Lib

Lines Matching defs:_is_text_encoding

91     _is_text_encoding = True # Assume codecs are text encodings by default
95 *, _is_text_encoding=None):
104 if _is_text_encoding is not None:
105 self._is_text_encoding = _is_text_encoding