HomeSort by relevance Sort by last modified time
    Searched defs:pysqlite_Warning (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,
346 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_StandardError, NULL))) {
349 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);
  /external/python/cpython2/Modules/_sqlite/
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
346 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_StandardError, NULL))) {
349 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);
  /external/python/cpython3/Modules/_sqlite/
module.c 38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError,
366 if (!(pysqlite_Warning = PyErr_NewException(MODULE_NAME ".Warning", PyExc_Exception, NULL))) {
369 PyDict_SetItemString(dict, "Warning", pysqlite_Warning);

Completed in 499 milliseconds