Searched refs:_Py_CheckFunctionResult (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Objects/ |
H A D | call.c | 33 _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 D | methodobject.c | 555 return _Py_CheckFunctionResult(tstate, func, result, NULL); in cfunction_call()
|
H A D | typeobject.c | 1101 obj = _Py_CheckFunctionResult(tstate, (PyObject*)type, obj, NULL); in type_call()
|
/third_party/python/Include/internal/ |
H A D | pycore_call.h | 93 return _Py_CheckFunctionResult(tstate, callable, res, NULL); in _PyObject_VectorcallTstate()
|
/third_party/python/Include/cpython/ |
H A D | abstract.h | 36 PyAPI_FUNC(PyObject *) _Py_CheckFunctionResult(
|
Completed in 14 milliseconds