Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dparsermodule.c200 static PyObject* parser_compilest(PyST_Object *, PyObject *, PyObject *);
209 {"compile", (PyCFunction)parser_compilest, PUBLIC_METHOD_TYPE,
452 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest() function
1090 {"compilest", (PyCFunction)parser_compilest, PUBLIC_METHOD_TYPE,
/external/python/cpython2/Modules/
Dparsermodule.c175 static PyObject* parser_compilest(PyST_Object *, PyObject *, PyObject *);
185 {"compile", (PyCFunction)parser_compilest, PUBLIC_METHOD_TYPE,
443 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest() function
479 return parser_compilest(self, args, kw); in parser_compileast()
3438 {"compilest", (PyCFunction)parser_compilest, PUBLIC_METHOD_TYPE,