Go to the source code of this file.
Namespaces | |
google.protobuf.text_encoding | |
Functions | |
def | google.protobuf.text_encoding.CEscape (text, as_utf8) |
def | google.protobuf.text_encoding.CUnescape (text) |
Variables | |
tuple | google.protobuf.text_encoding._cescape_byte_to_str |
dictionary | google.protobuf.text_encoding._cescape_chr_to_symbol_map = {} |
list | google.protobuf.text_encoding._cescape_unicode_to_str = [chr(i) for i in range(0, 256)] |
google.protobuf.text_encoding._CUNESCAPE_HEX = re.compile(r'(\\+)x([0-9a-fA-F])(?![0-9a-fA-F])') | |