Searched refs:_txn (Results 1 – 1 of 1) sorted by relevance
105 def populateDB(self, _txn=None): argument111 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)