Searched refs:stepmethod (Results 1 – 1 of 1) sorted by relevance
686 PyObject* stepmethod = NULL; in _pysqlite_step_callback() local713 stepmethod = PyObject_GetAttrString(*aggregate_instance, "step"); in _pysqlite_step_callback()714 if (!stepmethod) { in _pysqlite_step_callback()723 function_result = PyObject_CallObject(stepmethod, args); in _pysqlite_step_callback()736 Py_XDECREF(stepmethod); in _pysqlite_step_callback()