Home
last modified time | relevance | path

Searched refs:type_new (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/
DTODO471 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__)
Dknown.tsv1055 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__)
/external/python/cpython3/Doc/howto/
Ddescriptor.rst787 The implementation details are in :c:func:`type_new()` and
1447 'Emuluate type_new() in Objects/typeobject.c'
1448 # type_new() calls PyTypeReady() which calls add_methods()
/external/python/cpython2/Objects/
Dtypeobject.c2094 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function
2161 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()
2918 type_new, /* tp_new */
/external/python/cpython3/Objects/
Dtypeobject.c2376 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function
2431 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()
3784 type_new, /* tp_new */
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst36 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst477 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,