OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anydbm
(Results
26 - 30
of
30
) sorted by null
1
2
/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
1
2