Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c1053 newDBLogCursorObject(DB_LOGC* dblogc, DBEnvObject* env) in newDBLogCursorObject() function
6654 return (PyObject*) newDBLogCursorObject(dblogc, self); in DBEnv_log_cursor()