Classes | Variables
google.protobuf.internal.text_encoding_test Namespace Reference

Classes

class  TextEncodingTestCase
 

Variables

list TEST_VALUES
 

Variable Documentation

◆ TEST_VALUES

list google.protobuf.internal.text_encoding_test.TEST_VALUES
Initial value:
1 = [
2  ("foo\\rbar\\nbaz\\t",
3  "foo\\rbar\\nbaz\\t",
4  b"foo\rbar\nbaz\t"),
5  ("\\'full of \\\"sound\\\" and \\\"fury\\\"\\'",
6  "\\'full of \\\"sound\\\" and \\\"fury\\\"\\'",
7  b"'full of \"sound\" and \"fury\"'"),
8  ("signi\\\\fying\\\\ nothing\\\\",
9  "signi\\\\fying\\\\ nothing\\\\",
10  b"signi\\fying\\ nothing\\"),
11  ("\\010\\t\\n\\013\\014\\r",
12  "\x08\\t\\n\x0b\x0c\\r",
13  b"\010\011\012\013\014\015")]

Definition at line 42 of file bloaty/third_party/protobuf/python/google/protobuf/internal/text_encoding_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:27