Searched refs:Custom_new (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Doc/includes/ |
D | custom2.c | 21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 105 .tp_new = Custom_new,
|
D | custom3.c | 21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 155 .tp_new = Custom_new,
|
D | custom4.c | 37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function 167 .tp_new = Custom_new,
|
/third_party/python/Doc/extending/ |
D | newtypes_tutorial.rst | 296 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) 318 .tp_new = Custom_new,
|