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.c5568 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local