Home
last modified time | relevance | path

Searched refs:PyUnicodeEncodeError_Create (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h168 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
/third_party/python/Doc/data/
Drefcounts.dat2886 PyUnicodeEncodeError_Create:PyObject*::+1:
2887 PyUnicodeEncodeError_Create:const char*:encoding::
2888 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::
2889 PyUnicodeEncodeError_Create:Py_ssize_t:length::
2890 PyUnicodeEncodeError_Create:Py_ssize_t:start::
2891 PyUnicodeEncodeError_Create:Py_ssize_t:end::
2892 PyUnicodeEncodeError_Create:const char*:reason::
/third_party/python/Objects/
Dexceptions.c2118 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
/third_party/python/Doc/c-api/
Dexceptions.rst678 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…