Home
last modified time | relevance | path

Searched defs:cfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c3746 PyObject *cfunc = PyCFunction_New(meth, NULL); local
/external/python/cpython3/Objects/
Dtypeobject.c4992 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in add_methods() local