Home
last modified time | relevance | path

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

/aosp_15_r20/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,
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Drow.c128 pysqlite_row_subscript(pysqlite_Row *self, PyObject *idx) in pysqlite_row_subscript() function
249 {Py_mp_subscript, pysqlite_row_subscript},