Thrown in case of text parsing or tokenizing error.
Definition at line 79 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.
◆ __init__() [1/2]
def google.protobuf.text_format.ParseError.__init__ |
( |
|
self, |
|
|
|
message = None , |
|
|
|
line = None , |
|
|
|
column = None |
|
) |
| |
◆ __init__() [2/2]
def google.protobuf.text_format.ParseError.__init__ |
( |
|
self, |
|
|
|
message = None , |
|
|
|
line = None , |
|
|
|
column = None |
|
) |
| |
◆ GetColumn() [1/2]
def google.protobuf.text_format.ParseError.GetColumn |
( |
|
self | ) |
|
◆ GetColumn() [2/2]
def google.protobuf.text_format.ParseError.GetColumn |
( |
|
self | ) |
|
◆ GetLine() [1/2]
def google.protobuf.text_format.ParseError.GetLine |
( |
|
self | ) |
|
◆ GetLine() [2/2]
def google.protobuf.text_format.ParseError.GetLine |
( |
|
self | ) |
|
◆ _column
google.protobuf.text_format.ParseError._column |
|
private |
◆ _line
google.protobuf.text_format.ParseError._line |
|
private |
The documentation for this class was generated from the following file: