Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_create_function

861 PyObject* pysqlite_connection_create_function(pysqlite_Connection* self, PyObject* args, PyObject* kwargs)
1597 {"create_function", (PyCFunction)pysqlite_connection_create_function, METH_VARARGS|METH_KEYWORDS,