Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
ed1aa1f324f9eb32aba9bff0240e2514eb051f70
/
.
/
Parser
/
string_parser.h
blob: 0b34de1b4e41e9200c64d9aa2baf9a80219c38d8 [
file
]
#ifndef
STRINGS_H
#define
STRINGS_H
#include
<Python.h>
#include
<pycore_ast.h>
#include
"pegen.h"
PyObject
*
_PyPegen_parse_string
(
Parser
*,
Token
*);
PyObject
*
_PyPegen_decode_string
(
Parser
*,
int
,
const
char
*,
size_t
,
Token
*);
#endif