Home | History | Annotate | Download | only in Modules

Lines Matching refs:parser_tuple2st

637 /*  PyObject* parser_tuple2st(PyObject* self, PyObject* args)
651 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw)
715 return parser_tuple2st(self, args, kw);
3409 {"sequence2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,
3417 {"tuple2st", (PyCFunction)parser_tuple2st, PUBLIC_METHOD_TYPE,