HomeSort by relevance Sort by last modified time
    Searched refs:anydbm (Results 26 - 30 of 30) sorted by null

12

  /external/python/cpython2/Lib/
shelve.py 219 """Shelf implementation using the "anydbm" generic dbm interface.
226 import anydbm
227 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
237 anydbm.open(). The optional protocol parameter specifies the
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shelve.py 215 """Shelf implementation using the "anydbm" generic dbm interface.
222 import anydbm
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
233 anydbm.open(). The optional protocol parameter specifies the
  /prebuilts/gdb/linux-x86/lib/python2.7/
shelve.py 215 """Shelf implementation using the "anydbm" generic dbm interface.
222 import anydbm
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
233 anydbm.open(). The optional protocol parameter specifies the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 215 """Shelf implementation using the "anydbm" generic dbm interface.
222 import anydbm
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
233 anydbm.open(). The optional protocol parameter specifies the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 215 """Shelf implementation using the "anydbm" generic dbm interface.
222 import anydbm
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
233 anydbm.open(). The optional protocol parameter specifies the

Completed in 319 milliseconds

12