Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dmethodobject.c71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) in PyCFunction_Call() function
/external/python/cpython3/Objects/
Dcall.c778 PyCFunction_Call(PyObject *func, PyObject *args, PyObject *kwargs) in PyCFunction_Call() function