Searched refs:__Pyx_PyGen_FetchStopIterationValue (Results 1 – 1 of 1) sorted by relevance
51 static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue);53 #define __Pyx_PyGen_FetchStopIterationValue(pvalue) PyGen_FetchStopIterationValue(pvalue) macro80 static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue) { in __Pyx_PyGen_FetchStopIterationValue() function246 __Pyx_PyGen_FetchStopIterationValue(&val); in __Pyx_Generator_FinishDelegation()