![]() |
Wizards Magic
3.2.20
MTG based computer game
|
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| msg | |
| doc | |
| pos | |
| end | |
| colno | |
| endcolno | |
Subclass of ValueError with the following additional properties: msg: The unformatted error message doc: The JSON document being parsed pos: The start index of doc where parsing failed end: The end index of doc where parsing failed (may be None) lineno: The line corresponding to pos colno: The column corresponding to pos endlineno: The line corresponding to end (may be None) endcolno: The column corresponding to end (may be None)
| def simplejson.decoder.JSONDecodeError.__init__ | ( | self, | |
| msg, | |||
| doc, | |||
| pos, | |||
end = None |
|||
| ) |
| simplejson.decoder.JSONDecodeError.colno |
| simplejson.decoder.JSONDecodeError.doc |
| simplejson.decoder.JSONDecodeError.end |
| simplejson.decoder.JSONDecodeError.endcolno |
| simplejson.decoder.JSONDecodeError.msg |
| simplejson.decoder.JSONDecodeError.pos |
1.8.6