Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2349 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function
2427 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()
3592 type_new, /* tp_new */
/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/Doc/c-api/
Dtypeobj.rst36 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst36 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,