Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dstring_parser.c145 decode_bytes_with_escapes(Parser *p, const char *s, Py_ssize_t len, Token *t) in decode_bytes_with_escapes() function
273 *result = decode_bytes_with_escapes(p, s, len, t); in _PyPegen_parsestr()