HomeSort by relevance Sort by last modified time
    Searched refs:pysqlite_row_new (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/_sqlite/
row.c 37 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) function
280 pysqlite_RowType.tp_new = pysqlite_row_new;
  /external/python/cpython3/Modules/_sqlite/
row.c 36 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) function
276 pysqlite_RowType.tp_new = pysqlite_row_new;

Completed in 62 milliseconds