Home
last modified time | relevance | path

Searched refs:pysqlite_row_richcompare (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Drow.c214 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() function
242 {Py_tp_richcompare, pysqlite_row_richcompare},
/external/python/cpython2/Modules/_sqlite/
Drow.c196 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() function
260 (richcmpfunc)pysqlite_row_richcompare, /* tp_richcompare */