Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dstring_parser.c167 decode_bytes_with_escapes(Parser *p, const char *s, Py_ssize_t len, Token *t) in decode_bytes_with_escapes() function
279 return decode_bytes_with_escapes(p, s, (Py_ssize_t)len, t); in _PyPegen_parse_string()