Home | History | Annotate | Download | only in Python

Lines Matching refs:Expression_type

26 static PyTypeObject *Expression_type;
682 Expression_type = make_type("Expression", mod_type, Expression_fields,
684 if (!Expression_type) return 0;
2163 result = PyType_GenericNew(Expression_type, NULL, NULL);
3410 isinstance = PyObject_IsInstance(obj, (PyObject*)Expression_type);
6777 if (PyDict_SetItemString(d, "Expression", (PyObject*)Expression_type) <
6937 req_type[1] = (PyObject*)Expression_type;