Searched refs:pysqlite_NotSupportedError (Results 1 – 3 of 3) sorted by relevance
39 extern PyObject* pysqlite_NotSupportedError;
40 …*pysqlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUni… variable390 …if (!(pysqlite_NotSupportedError = PyErr_NewException(MODULE_NAME ".NotSupportedError", pysqlite_D… in init_sqlite3()393 PyDict_SetItemString(dict, "NotSupportedError", pysqlite_NotSupportedError); in init_sqlite3()
209 self->NotSupportedError = pysqlite_NotSupportedError; in pysqlite_connection_init()