Home
last modified time | relevance | path

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

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