Searched defs:parser_tuple2st (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
H A Dparsermodule.c743 /* PyObject* parser_tuple2st(PyObject* self, PyObject* args)
757 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw) function
1104 {"sequence2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
1110 {"tuple2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
/external/python/cpython2/Modules/
H A Dparsermodule.c637 /* PyObject* parser_tuple2st(PyObject* self, PyObject* args)
651 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw) function
715 return parser_tuple2st(self, args, kw);
3409 {"sequence2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
3417 {"tuple2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,

Completed in 56 milliseconds