Searched defs:JSONDecodeError (Results 1 – 3 of 3) sorted by relevance
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
20 class JSONDecodeError(ValueError): class
330 static PyObject *JSONDecodeError = NULL; in raise_errmsg() local