Home
last modified time | relevance | path

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

/external/python/apitools/apitools/scripts/
Doauth2l.py123 def _AsText(text_or_bytes): argument
124 if isinstance(text_or_bytes, bytes):
125 return text_or_bytes.decode('utf8')
126 return text_or_bytes