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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 4 gdbm = import_module('gdbm') variable
20 self.g = gdbm.open(filename, 'c')
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
41 self.assertRaises(gdbm.error, lambda: self.g['a'])
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
47 all = set(gdbm.open_flags
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 4 gdbm = import_module('gdbm') variable
20 self.g = gdbm.open(filename, 'c')
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
41 self.assertRaises(gdbm.error, lambda: self.g['a'])
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
47 all = set(gdbm.open_flags
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 103 milliseconds