Searched refs:_PyBytes_DecodeEscape (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Include/
H A Dbytesobject.h79 PyAPI_FUNC(PyObject *) _PyBytes_DecodeEscape(const char *, Py_ssize_t,
/external/python/cpython3/Objects/
H A Dbytesobject.c1107 PyObject *_PyBytes_DecodeEscape(const char *s, function
1237 PyObject *result = _PyBytes_DecodeEscape(s, len, errors, unicode,
/external/python/cpython3/Python/
H A Dast.c4227 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, 0, NULL,

Completed in 114 milliseconds