HomeSort by relevance Sort by last modified time
    Searched defs:pysqlite_NotSupportedError (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 40 *pysqlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUnicode;
390 if (!(pysqlite_NotSupportedError = PyErr_NewException(MODULE_NAME ".NotSupportedError", pysqlite_DatabaseError, NULL))) {
393 PyDict_SetItemString(dict, "NotSupportedError", pysqlite_NotSupportedError);
  /external/python/cpython2/Modules/_sqlite/
module.c 40 *pysqlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUnicode;
390 if (!(pysqlite_NotSupportedError = PyErr_NewException(MODULE_NAME ".NotSupportedError", pysqlite_DatabaseError, NULL))) {
393 PyDict_SetItemString(dict, "NotSupportedError", pysqlite_NotSupportedError);
  /external/python/cpython3/Modules/_sqlite/
module.c 40 *pysqlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError;
410 if (!(pysqlite_NotSupportedError = PyErr_NewException(MODULE_NAME ".NotSupportedError", pysqlite_DatabaseError, NULL))) {
413 PyDict_SetItemString(dict, "NotSupportedError", pysqlite_NotSupportedError);

Completed in 708 milliseconds