Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyObject_CallFunctionObjArgs

120     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, ...)
2977 res = PyObject_CallFunctionObjArgs(checker, inst, NULL);
3055 res = PyObject_CallFunctionObjArgs(checker, derived, NULL);