Searched refs:_to_chars (Results 1 – 1 of 1) sorted by relevance
165 def _to_chars(data: bytes) -> Iterator[str]: function179 return '"' + ''.join(_to_chars(data)) + '"'