Searched refs:parser_isexpr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | parsermodule.c | 201 static PyObject* parser_isexpr(PyST_Object *, PyObject *, PyObject *); 211 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE, 505 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr() function 1094 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE,
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 176 static PyObject* parser_isexpr(PyST_Object *, PyObject *, PyObject *); 187 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE, 491 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr() function 3442 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE,
|