Searched refs:parser_suite (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | parsermodule.c | 616 parser_suite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_suite() function 1098 {"suite", (PyCFunction)parser_suite, PUBLIC_METHOD_TYPE,
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 607 parser_suite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_suite() function 3446 {"suite", (PyCFunction)parser_suite, PUBLIC_METHOD_TYPE,
|