Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dparsermodule.c194 } PyST_Object; typedef
197 static void parser_free(PyST_Object *st);
198 static PyObject* parser_sizeof(PyST_Object *, void *);
200 static PyObject* parser_compilest(PyST_Object *, PyObject *, PyObject *);
201 static PyObject* parser_isexpr(PyST_Object *, PyObject *, PyObject *);
202 static PyObject* parser_issuite(PyST_Object *, PyObject *, PyObject *);
203 static PyObject* parser_st2list(PyST_Object *, PyObject *, PyObject *);
204 static PyObject* parser_st2tuple(PyST_Object *, PyObject *, PyObject *);
228 (int) sizeof(PyST_Object), /* tp_basicsize */
322 result = parser_compare_nodes(((PyST_Object *)left)->st_node, in parser_richcompare()
[all …]
/external/python/cpython2/Modules/
Dparsermodule.c168 } 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 …]