Home
last modified time | relevance | path

Searched refs:use_encoding (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dasynchat.py64 use_encoding = 0 variable in async_chat
100 if isinstance(term, str) and self.use_encoding:
124 if isinstance(data, str) and self.use_encoding:
246 if isinstance(data, str) and self.use_encoding: