Home
last modified time | relevance | path

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

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