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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 9 import bsddb3 as bsddb
443 from bsddb3 import db, dbtables, dbutils, dbshelve, \
451 from bsddb3 import test_support
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 9 import bsddb3 as bsddb
443 from bsddb3 import db, dbtables, dbutils, dbshelve, \
451 from bsddb3 import test_support
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 47 if sys.py3kwarning and (__name__ != 'bsddb3') :
55 if __name__ == 'bsddb3':
65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
75 # bsddb3 calls it db, but provide _db for backwards compatibility
141 # When Python 2.4 not supported in bsddb3, we can change this to "finally"
184 # When Python 2.4 not supported in bsddb3, we can change this to "finally"
dbtables.py 57 from bsddb3 import db
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 47 if sys.py3kwarning and (__name__ != 'bsddb3') :
55 if __name__ == 'bsddb3':
65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
75 # bsddb3 calls it db, but provide _db for backwards compatibility
141 # When Python 2.4 not supported in bsddb3, we can change this to "finally"
184 # When Python 2.4 not supported in bsddb3, we can change this to "finally"
dbtables.py 57 from bsddb3 import db

Completed in 105 milliseconds