Searched defs:PyObject_CallFunctionObjArgs (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dabstract.c120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
2760 PyObject_CallFunctionObjArgs(PyObject *callable, ...) function
2977 res = PyObject_CallFunctionObjArgs(checker, inst, NULL);
3055 res = PyObject_CallFunctionObjArgs(checker, derived, NULL);
/external/python/cpython3/Objects/
H A Dabstract.c106 result = PyObject_CallFunctionObjArgs(hint, NULL);
713 result = PyObject_CallFunctionObjArgs(meth, format_spec, NULL);
2790 PyObject_CallFunctionObjArgs(PyObject *callable, ...) function
3008 res = PyObject_CallFunctionObjArgs(checker, inst, NULL);
3082 res = PyObject_CallFunctionObjArgs(checker, derived, NULL);

Completed in 284 milliseconds