Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c177 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare() function
233 (richcmpfunc)pysqlite_row_richcompare, /* tp_richcompare */