PyUnicodeEncodeError_GetEnd

get the value of the end attribute (the int *may not be NULL) return 0 on success, -1 on failure

  1. int PyUnicodeEncodeError_GetEnd(PyObject* , Py_ssize_t* )
    extern (C)
    int
    PyUnicodeEncodeError_GetEnd
  2. int PyUnicodeDecodeError_GetEnd(PyObject* , Py_ssize_t* )
  3. int PyUnicodeTranslateError_GetEnd(PyObject* , Py_ssize_t* )

Meta