Searched refs:cursorsObj (Results 1 – 1 of 1) sorted by relevance
2261 PyObject* cursorsObj; in DB_join() local2265 if (!PyArg_ParseTuple(args,"O|i:join", &cursorsObj, &flags)) in DB_join()2270 if (!PySequence_Check(cursorsObj)) { in DB_join()2276 length = PyObject_Length(cursorsObj); in DB_join()2291 PyObject* item = PySequence_GetItem(cursorsObj, x); in DB_join()