Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt301 tp_new_methoddef
/external/python/cpython3/Objects/
Dtypeobject.c5921 static struct PyMethodDef tp_new_methoddef[] = { variable
5936 func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); in add_tp_new_wrapper()
/external/python/cpython2/Objects/
Dtypeobject.c4990 static struct PyMethodDef tp_new_methoddef[] = { variable
5004 func = PyCFunction_New(tp_new_methoddef, (PyObject *)type);