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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 110 d = DBShelf(dbenv)
119 class DBShelf(MutableMapping):
194 return '<DBShelf @ 0x%x - closed>' % (id(self))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 110 d = DBShelf(dbenv)
119 class DBShelf(MutableMapping):
194 return '<DBShelf @ 0x%x - closed>' % (id(self))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 257 self.d = dbshelve.DBShelf()
293 self.d = dbshelve.DBShelf(self.env)
339 # test cases for a DBShelf in a RECNO DB.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 257 self.d = dbshelve.DBShelf()
293 self.d = dbshelve.DBShelf(self.env)
339 # test cases for a DBShelf in a RECNO DB.

Completed in 1070 milliseconds