Searched refs:parser_expr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | parsermodule.c | 608 parser_expr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_expr() function 1092 {"expr", (PyCFunction)parser_expr, PUBLIC_METHOD_TYPE,
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 599 parser_expr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_expr() function 3440 {"expr", (PyCFunction)parser_expr, PUBLIC_METHOD_TYPE,
|