Home | History | Annotate | Download | only in Modules

Lines Matching refs:parser_isexpr

176 static PyObject* parser_isexpr(PyST_Object *, PyObject *, PyObject *);
187 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE,
483 /* PyObject* parser_isexpr(PyObject* self, PyObject* args)
491 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw)
3401 {"isexpr", (PyCFunction)parser_isexpr, PUBLIC_METHOD_TYPE,