Home
last modified time | relevance | path

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

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