PyUnicodeTranslateError_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* )
  3. int PyUnicodeTranslateError_GetStart(PyObject* , Py_ssize_t* )
    extern (C)
    int
    PyUnicodeTranslateError_GetStart

Meta