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

/external/python/cpython3/Objects/
H A Dabstract.c2176 _Py_CheckFunctionResult(PyObject *func, PyObject *result, const char *where) function
2250 return _Py_CheckFunctionResult(func, result, NULL);
2319 result = _Py_CheckFunctionResult(func, result, NULL);

Completed in 285 milliseconds