Searched refs:text_or_bytes (Results 1 – 1 of 1) sorted by relevance
123 def _AsText(text_or_bytes): argument124 if isinstance(text_or_bytes, bytes):125 return text_or_bytes.decode('utf8')126 return text_or_bytes