Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c9074 static struct PyMethodDef tp_new_methoddef[] = { variable
9094 PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); in add_tp_new_wrapper()