Home
last modified time | relevance | path

Searched refs:parser_isexpr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dparsermodule.c201 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/
Dparsermodule.c176 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,