HomeSort by relevance Sort by last modified time
    Searched refs:_txn (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 105 def populateDB(self, _txn=None):
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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 105 def populateDB(self, _txn=None):
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)
    [all...]

Completed in 151 milliseconds