Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py329 def _repr_char(char: int) -> str: function
341 contents = ''.join(_repr_char(c) for c in value)