Searched defs:PyType_Type (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c337 if (type != &PyType_Type)
753 if (type == &PyType_Type &&
1659 if (Py_TYPE(type) == &PyType_Type) {
2839 PyTypeObject PyType_Type = { variable
2840 PyVarObject_HEAD_INIT(&PyType_Type, 0)
3619 PyVarObject_HEAD_INIT(&PyType_Type, 0)
3828 else if (PyType_IsSubtype(base, &PyType_Type))
4111 not NULL (it's initialized to &PyType_Type). But coverity doesn't
6767 if (!PyArg_ParseTuple(args, "O!|O:super", &PyType_Type, &type, &obj))
6806 PyVarObject_HEAD_INIT(&PyType_Type,
[all...]
/external/python/cpython3/Objects/
H A Dtypeobject.c500 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 = { variable
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)
[all...]

Completed in 154 milliseconds