PyUnicodeDecodeError_GetStart

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

  1. int PyUnicodeEncodeError_GetStart(PyObject*, Py_ssize_t*)
  2. int PyUnicodeDecodeError_GetStart(PyObject*, Py_ssize_t*)
    extern (C)
    int
    PyUnicodeDecodeError_GetStart
  3. int PyUnicodeTranslateError_GetStart(PyObject*, Py_ssize_t*)

Meta