• Home
  • Raw
  • Download

Lines Matching defs:exc

313 _PyBaseExceptionObject_cast(PyObject *exc)  in _PyBaseExceptionObject_cast()
1770 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding()
1776 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding()
1782 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject()
1788 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject()
1794 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject()
1800 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart()
1819 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart()
1837 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart()
1844 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart()
1852 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart()
1860 PyUnicodeTranslateError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeTranslateError_SetStart()
1868 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd()
1887 PyUnicodeDecodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeDecodeError_GetEnd()
1905 PyUnicodeTranslateError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeTranslateError_GetEnd()
1912 PyUnicodeEncodeError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeEncodeError_SetEnd()
1920 PyUnicodeDecodeError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeDecodeError_SetEnd()
1928 PyUnicodeTranslateError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeTranslateError_SetEnd()
1935 PyUnicodeEncodeError_GetReason(PyObject *exc) in PyUnicodeEncodeError_GetReason()
1942 PyUnicodeDecodeError_GetReason(PyObject *exc) in PyUnicodeDecodeError_GetReason()
1949 PyUnicodeTranslateError_GetReason(PyObject *exc) in PyUnicodeTranslateError_GetReason()
1956 PyUnicodeEncodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeEncodeError_SetReason()
1964 PyUnicodeDecodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeDecodeError_SetReason()
1972 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason()
2942 PyObject *exc, *val, *tb; in _PyErr_TrySetFromCause() local