Searched refs:pysqlite_row_richcompare (Results 1 – 2 of 2) sorted by relevance
214 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() function242 {Py_tp_richcompare, pysqlite_row_richcompare},
196 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() function260 (richcmpfunc)pysqlite_row_richcompare, /* tp_richcompare */