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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
353 if (!(pysqlite_InterfaceError = PyErr_NewException(MODULE_NAME ".InterfaceError", pysqlite_Error, NULL))) {
356 PyDict_SetItemString(dict, "InterfaceError", pysqlite_InterfaceError);
  /external/python/cpython2/Modules/_sqlite/
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
353 if (!(pysqlite_InterfaceError = PyErr_NewException(MODULE_NAME ".InterfaceError", pysqlite_Error, NULL))) {
356 PyDict_SetItemString(dict, "InterfaceError", pysqlite_InterfaceError);
  /external/python/cpython3/Modules/_sqlite/
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
373 if (!(pysqlite_InterfaceError = PyErr_NewException(MODULE_NAME ".InterfaceError", pysqlite_Error, NULL))) {
376 PyDict_SetItemString(dict, "InterfaceError", pysqlite_InterfaceError);

Completed in 174 milliseconds