Searched refs:InternalError (Results 1 – 3 of 3) sorted by relevance
115 PyObject* InternalError; member
207 self->InternalError = pysqlite_InternalError; in pysqlite_connection_init()1610 {"InternalError", T_OBJECT, offsetof(pysqlite_Connection, InternalError), RO},
296 InternalError = exceptions.Exception variable in Application359 except self.InternalError:580 self.InternalError = None