Searched refs:type_new (Results 1 – 7 of 7) sorted by relevance
471 Objects/typeobject.c:type_new():PyId___classcell__ _Py_IDENTIFIER(__classcell__)472 Objects/typeobject.c:type_new():PyId___mro_entries__ _Py_IDENTIFIER(__mro_entries__)473 Objects/typeobject.c:type_new():PyId___qualname__ _Py_IDENTIFIER(__qualname__)474 Objects/typeobject.c:type_new():PyId___slots__ _Py_IDENTIFIER(__slots__)
1055 Objects/typeobject.c type_new PyId___classcell__ variable _Py_IDENTIFIER(__classcell__)1255 Objects/typeobject.c type_new PyId___mro_entries__ variable _Py_IDENTIFIER(__mro_entries__)1323 Objects/typeobject.c type_new PyId___qualname__ variable _Py_IDENTIFIER(__qualname__)1368 Objects/typeobject.c type_new PyId___slots__ variable _Py_IDENTIFIER(__slots__)
787 The implementation details are in :c:func:`type_new()` and1447 'Emuluate type_new() in Objects/typeobject.c'1448 # type_new() calls PyTypeReady() which calls add_methods()
2094 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function2161 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()2918 type_new, /* tp_new */
2376 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function2431 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()3784 type_new, /* tp_new */
36 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,
477 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,