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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 59 txns=set()
71 txns.add(gid)
82 self.assertTrue(gid in txns)
test_dbenv.py 322 txns=[]
325 txns.append(self.env.txn_begin())
332 for i in txns :
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 59 txns=set()
71 txns.add(gid)
82 self.assertTrue(gid in txns)
test_dbenv.py 322 txns=[]
325 txns.append(self.env.txn_begin())
332 for i in txns :

Completed in 5562 milliseconds