Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyType_Type

500     if (type != &PyType_Type)
902 if (type == &PyType_Type &&
1852 int custom = (Py_TYPE(type) != &PyType_Type);
2305 if (metatype == &PyType_Type) {
2741 PyHeapTypeObject *res = (PyHeapTypeObject*)PyType_GenericAlloc(&PyType_Type, 0);
3356 PyTypeObject PyType_Type = {
3357 PyVarObject_HEAD_INIT(&PyType_Type, 0)
4509 PyVarObject_HEAD_INIT(&PyType_Type, 0)
4682 else if (PyType_IsSubtype(base, &PyType_Type))
4938 not NULL (it's initialized to &PyType_Type). But coverity doesn't
7415 if (!PyArg_ParseTuple(args, "|O!O:super", &PyType_Type, &type, &obj))
7542 PyVarObject_HEAD_INIT(&PyType_Type, 0)