
Public Member Functions | |
| def | __init__ (self, as_utf8) |
| def | __init__ (self, as_utf8) |
| def | close (self) |
| def | close (self) |
| def | getvalue (self) |
| def | getvalue (self) |
| def | write (self, val) |
| def | write (self, val) |
Private Attributes | |
| _writer | |
Definition at line 102 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.__init__ | ( | self, | |
| as_utf8 | |||
| ) |
Definition at line 104 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.__init__ | ( | self, | |
| as_utf8 | |||
| ) |
Definition at line 100 of file protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.close | ( | self | ) |
Definition at line 106 of file protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.close | ( | self | ) |
Definition at line 116 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.getvalue | ( | self | ) |
Definition at line 109 of file protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.getvalue | ( | self | ) |
Definition at line 119 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.write | ( | self, | |
| val | |||
| ) |
Definition at line 103 of file protobuf/python/google/protobuf/text_format.py.
| def google.protobuf.text_format.TextWriter.write | ( | self, | |
| val | |||
| ) |
Definition at line 110 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
|
private |
Definition at line 106 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.