Searched refs:PyST_Object (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/ |
D | parsermodule.c | 168 } PyST_Object; typedef 171 static void parser_free(PyST_Object *st); 172 static PyObject* parser_sizeof(PyST_Object *, void *); 173 static int parser_compare(PyST_Object *left, PyST_Object *right); 175 static PyObject* parser_compilest(PyST_Object *, PyObject *, PyObject *); 176 static PyObject* parser_isexpr(PyST_Object *, PyObject *, PyObject *); 177 static PyObject* parser_issuite(PyST_Object *, PyObject *, PyObject *); 178 static PyObject* parser_st2list(PyST_Object *, PyObject *, PyObject *); 179 static PyObject* parser_st2tuple(PyST_Object *, PyObject *, PyObject *); 204 (int) sizeof(PyST_Object), /* tp_basicsize */ [all …]
|