Home
last modified time | relevance | path

Searched refs:_Py_CheckFunctionResult (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Objects/
H A Dcall.c33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() function
156 return _Py_CheckFunctionResult(tstate, callable, res, NULL); in _PyObject_FastCallDictTstate()
224 return _Py_CheckFunctionResult(tstate, callable, result, NULL); in _PyObject_MakeTpCall()
261 return _Py_CheckFunctionResult(tstate, callable, result, NULL); in _PyVectorcall_Call()
347 return _Py_CheckFunctionResult(tstate, callable, result, NULL); in _PyObject_Call()
H A Dmethodobject.c555 return _Py_CheckFunctionResult(tstate, func, result, NULL); in cfunction_call()
H A Dtypeobject.c1101 obj = _Py_CheckFunctionResult(tstate, (PyObject*)type, obj, NULL); in type_call()
/third_party/python/Include/internal/
H A Dpycore_call.h93 return _Py_CheckFunctionResult(tstate, callable, res, NULL); in _PyObject_VectorcallTstate()
/third_party/python/Include/cpython/
H A Dabstract.h36 PyAPI_FUNC(PyObject *) _Py_CheckFunctionResult(

Completed in 14 milliseconds