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

  /external/python/cpython2/Lib/bsddb/
dbobj.py 81 def txn_checkpoint(self, *args, **kwargs): member in class:DBEnv
82 return self._cobj.txn_checkpoint(*args, **kwargs)
dbtables.py 286 self.env.txn_checkpoint(mins)
  /external/python/cpython2/Lib/bsddb/test/
test_basics.py 761 self.env.txn_checkpoint (0, 0, 0)
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c     [all...]

Completed in 566 milliseconds