| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/python/cpython/3.13/Parser/string_parser.h | [Back] [Original] |
#ifndef STRINGS_H #define STRINGS_H #include #include #include "pegen.h" PyObject *_PyPegen_parse_string(Parser *, Token *); PyObject *_PyPegen_decode_string(Parser *, int, const char *, size_t, Token *); #endif
| Web Proxy Viewer | New URL | Original Page |