Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c67 PyObject* pysqlite_row_subscript(pysqlite_Row* self, PyObject* idx) in pysqlite_row_subscript() function
198 /* mp_subscript */ (binaryfunc)pysqlite_row_subscript,