Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeUnicodeEscape (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dunicodeobject.h857 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUnicodeEscape(
/third_party/python/Doc/data/
Drefcounts.dat2564 PyUnicode_EncodeUnicodeEscape:PyObject*::+1:
2565 PyUnicode_EncodeUnicodeEscape:const Py_UNICODE*:s::
2566 PyUnicode_EncodeUnicodeEscape:Py_ssize_t:size::
/third_party/python/Doc/c-api/
Dunicode.rst1335 .. c:function:: PyObject* PyUnicode_EncodeUnicodeEscape(const Py_UNICODE *s, Py_ssize_t size)
/third_party/python/Doc/whatsnew/
D3.3.rst2312 * :c:func:`PyUnicode_EncodeUnicodeEscape` use
/third_party/python/Objects/
Dunicodeobject.c6817 PyUnicode_EncodeUnicodeEscape(const Py_UNICODE *s, in PyUnicode_EncodeUnicodeEscape() function