Home | History | Annotate | Download | only in python2.7

Lines Matching refs:open

14         d = shelve.open(filename) # open, with (g)dbm filename -- no suffix
43 argument writeback=True in the call to shelve.open. When you use:
44 d = shelve.open(filename, writeback=True)
73 __all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]
179 modules "open" routines (i.e. bsddb.hashopen, bsddb.btopen or
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
227 """Open a persistent dictionary for reading and writing.
233 anydbm.open(). The optional protocol parameter specifies the