Searched defs:pysqlite_RowType (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_sqlite/ | ||
D | row.c | 236 PyTypeObject pysqlite_RowType = { variable |
/external/python/cpython3/Modules/_sqlite/ | ||
D | row.c | 262 PyTypeObject *pysqlite_RowType = NULL; variable |