Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dparsermodule.c726 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw) in parser_tuple2st() function
1100 {"sequence2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
1106 {"tuple2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
/external/python/cpython2/Modules/
Dparsermodule.c651 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw) in parser_tuple2st() function
715 return parser_tuple2st(self, args, kw); in parser_tuple2ast()
3450 {"sequence2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
3458 {"tuple2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,