Searched refs:pysqlite_connection_execute (Results 1 – 2 of 2) sorted by relevance
679 …{"execute", _PyCFunction_CAST(pysqlite_connection_execute), METH_FASTCALL, pysqlite_connection_exe…686 pysqlite_connection_execute(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_connection_execute() function
1254 PyObject* pysqlite_connection_execute(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_execute() function1611 {"execute", (PyCFunction)pysqlite_connection_execute, METH_VARARGS,