Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py105 def populateDB(self, _txn=None): argument
111 d.put(key, data, _txn)
113 d.put('empty value', '', _txn)
118 d.put(key, data, _txn)
120 if _txn:
121 _txn.commit()
719 BasicTestCase.populateDB(self, _txn=txn)