Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_replication.py472 except db.DBRepUnavailError :
498 except db.DBRepUnavailError :
/external/python/cpython2/Modules/
D_bsddb.c199 static PyObject* DBRepUnavailError; /* DB_REP_UNAVAIL */ variable
701 case DB_REP_UNAVAIL : errObj = DBRepUnavailError; break; in makeDBError()
10284 MAKE_EX(DBRepUnavailError); in init_bsddb()