Searched refs:DB_Type (Results 1 – 1 of 1) sorted by relevance
227 staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, variable239 #define DBObject_Check(v) (Py_TYPE(v) == &DB_Type)902 self = PyObject_New(DBObject, &DB_Type); in newDBObject()9171 statichere PyTypeObject DB_Type = { variable9661 if ((PyType_Ready(&DB_Type) < 0) in init_bsddb()10298 bsddb_api.db_type = &DB_Type; in init_bsddb()