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

  /external/python/cpython2/Lib/bsddb/test/
test_distributed_transactions.py 20 self.dbenv.set_tx_max(self.num_txns)
test_basics.py 54 self.env.set_tx_max(30)
    [all...]
  /external/python/cpython2/Lib/bsddb/
dbobj.py 85 def set_tx_max(self, *args, **kwargs): member in class:DBEnv
86 return self._cobj.set_tx_max(*args, **kwargs)
  /external/python/cpython2/Modules/
_bsddb.c     [all...]

Completed in 2116 milliseconds