Home | History | Annotate | Download | only in _sqlite

Lines Matching defs:pysqlite_noop

1009 PyObject* pysqlite_noop(pysqlite_Connection* self, PyObject* args)
1048 {"setinputsizes", (PyCFunction)pysqlite_noop, METH_VARARGS,
1050 {"setoutputsize", (PyCFunction)pysqlite_noop, METH_VARARGS,