Home
last modified time | relevance | path

Searched refs:DBFileExistsError (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c181 static PyObject* DBFileExistsError; /* EEXIST */ variable
684 case EEXIST: errObj = DBFileExistsError; break; in makeDBError()
10275 MAKE_EX(DBFileExistsError); in init_bsddb()