Home | History | Annotate | Download | only in Python

Lines Matching refs:PyCFunction_Call

4352             C_TRACE(x, PyCFunction_Call(func,callargs,NULL));
4566 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict));
4663 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict));