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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 205 # reason is that _checkCursor and _closeCursors are not atomic
235 def _closeCursors(self, save=1):
274 self._closeCursors()
283 self._closeCursors()
291 self._closeCursors(save=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 205 # reason is that _checkCursor and _closeCursors are not atomic
235 def _closeCursors(self, save=1):
274 self._closeCursors()
283 self._closeCursors()
291 self._closeCursors(save=0)

Completed in 252 milliseconds