Home
last modified time | relevance | path

Searched defs:pysqlite_InterfaceError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
Dmodule.c38 PyObject* pysqlite_Error, *pysqlite_Warning, *pysqlite_InterfaceError, *pysqlite_DatabaseError, variable
/external/python/cpython3/Modules/_sqlite/
Dmodule.c40 PyObject *pysqlite_InterfaceError = NULL; variable