Home
last modified time | relevance | path

Searched defs:priKey (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_associate.py286 def getGenre(self, priKey, priData): argument
298 def getGenreList(self, priKey, PriData) : argument
376 def getGenre(self, priKey, priData): argument
/external/python/cpython2/Lib/bsddb/
Ddbshelve.py231 def _shelf_callback(priKey, priData, realCallback=callback): argument
/external/python/cpython2/Modules/
D_bsddb.c1451 _db_associateCallback(DB* db, const DBT* priKey, const DBT* priData, in _db_associateCallback()