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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.h 31 extern PyObject* pysqlite_Warning;
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);
connection.c 200 self->Warning = pysqlite_Warning;
    [all...]

Completed in 634 milliseconds