Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dcustom2.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
105 .tp_new = Custom_new,
Dcustom3.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
155 .tp_new = Custom_new,
Dcustom4.c37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() function
167 .tp_new = Custom_new,
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst296 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
318 .tp_new = Custom_new,