Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Drow.c80 PyObject* pysqlite_row_subscript(pysqlite_Row* self, PyObject* idx) in pysqlite_row_subscript() function
217 /* mp_subscript */ (binaryfunc)pysqlite_row_subscript,