Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h28 PyAPI_FUNC(PyObject *) _PyBytes_DecodeEscape(const char *, Py_ssize_t,
/third_party/python/Parser/
Dstring_parser.c137 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, &first_invalid_escape); in decode_bytes_with_escapes()
/third_party/python/Objects/
Dbytesobject.c1090 PyObject *_PyBytes_DecodeEscape(const char *s, in _PyBytes_DecodeEscape() function
1205 PyObject *result = _PyBytes_DecodeEscape(s, len, errors, in PyBytes_DecodeEscape()