Searched refs:pysqlite_NotSupportedError (Results 1 – 4 of 4) sorted by relevance
41 extern PyObject* pysqlite_NotSupportedError;
53 PyObject *pysqlite_NotSupportedError = NULL; variable409 ADD_EXCEPTION(module, "NotSupportedError", pysqlite_NotSupportedError, pysqlite_DatabaseError); in PyInit__sqlite3()
187 self->NotSupportedError = pysqlite_NotSupportedError; in pysqlite_connection_init()907 PyErr_SetString(pysqlite_NotSupportedError, in pysqlite_connection_create_function_impl()912 PyErr_SetString(pysqlite_NotSupportedError, in pysqlite_connection_create_function_impl()
68 Modules/_sqlite/module.c - pysqlite_NotSupportedError -2397 Modules/_sqlite/module.h - pysqlite_NotSupportedError -