Searched refs:PyClass_Type (Results 1 – 9 of 9) sorted by relevance
39 PyAPI_DATA(PyTypeObject) PyClass_Type, PyInstance_Type, PyMethod_Type;41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
20 .. c:var:: PyObject* PyClass_Type
11 PyClass_Type
115 op = PyObject_GC_New(PyClassObject, &PyClass_Type); in PyClass_New()444 PyTypeObject PyClass_Type = { variable615 &PyClass_Type, &klass, &dict)) in instance_new()
2185 if (PyType_Ready(&PyClass_Type) < 0) in _Py_ReadyTypes()
2145 if (tmptype == &PyClass_Type) in type_new()
209 "PyClass_Type"
5000 metaclass = (PyObject *) &PyClass_Type; in build_class()
2735 if (type == &PyClass_Type) { in save()