Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmethodobject.h35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/external/python/cpython2/Objects/
Dmethodobject.c71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) in PyCFunction_Call() function
296 PyCFunction_Call, /* tp_call */
/external/python/cpython2/PC/os2emx/
Dpython27.def424 "PyCFunction_Call"
/external/python/cpython2/Python/
Dceval.c4352 C_TRACE(x, PyCFunction_Call(func,callargs,NULL)); in call_function()
4566 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in do_call()
4663 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in ext_do_call()