Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c896 newDBObject(DBEnvObject* arg, int flags) in newDBObject() function
9529 return (PyObject* )newDBObject((DBEnvObject*)dbenvobj, flags); in DB_construct()