Searched refs:Custom_new (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Doc/includes/ |
D | custom2.c | 20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 104 .tp_new = Custom_new,
|
D | custom3.c | 20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 154 .tp_new = Custom_new,
|
D | custom4.c | 36 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 166 .tp_new = Custom_new,
|
/external/python/cpython3/Doc/extending/ |
D | newtypes_tutorial.rst | 289 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) 311 .tp_new = Custom_new,
|