Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dcustom2.c20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
104 .tp_new = Custom_new,
Dcustom3.c20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
154 .tp_new = Custom_new,
Dcustom4.c36 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
166 .tp_new = Custom_new,
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst289 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
311 .tp_new = Custom_new,