Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable); local
5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable); local
5093 _PyCFunctionFastWithKeywords cfunc = local
5220 PyCFunction cfunc = meth->ml_meth; local
5256 _PyCFunctionFastWithKeywords cfunc = local
5292 PyCFunction cfunc = meth->ml_meth; local
5326 _PyCFunctionFast cfunc = local
/third_party/python/Objects/
Dtypeobject.c5666 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local