Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyType_Type

313     if (type != &PyType_Type)

725 if (type == &PyType_Type &&
1617 if (Py_TYPE(type) == &PyType_Type) {
2742 PyTypeObject PyType_Type = {
2743 PyVarObject_HEAD_INIT(&PyType_Type, 0)
3499 PyVarObject_HEAD_INIT(&PyType_Type, 0)
3702 else if (PyType_IsSubtype(base, &PyType_Type))
3979 not NULL (it's initialized to &PyType_Type). But coverity doesn't
6632 if (!PyArg_ParseTuple(args, "O!|O:super", &PyType_Type, &type, &obj))
6671 PyVarObject_HEAD_INIT(&PyType_Type, 0)