Searched refs:dbm (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | whichdb.py | 9 import dbm 10 _dbmerror = dbm.error 12 dbm = None variable 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"): 48 if dbm is not None: 49 d = dbm.open(filename)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_dbm.py | 3 dbm = test_support.import_module('dbm') variable 9 self.d = dbm.open(self.filename, 'c') 17 self.d = dbm.open(self.filename, 'c') 33 self.d = dbm.open(self.filename, mode) 35 except dbm.error:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Dates.py | 54 dbm = 0 variable 56 _DAYS_BEFORE_MONTH.append(dbm) 57 dbm = dbm + dim variable 58 del dbm, dim 108 dbm = _days_before_month(month, year) 109 if dbm >= n: 111 dbm = dbm - _days_in_month(month, year) 113 ans.month, ans.day, ans.year = month, n-dbm, year
|
D | Dbm.py | 10 import dbm 11 self.db = dbm.open(filename, mode, perm)
|
D | README | 5 Dbm.py Wrapper around built-in dbm, supporting arbitrary values
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | db2pickle.py | 28 import dbm 30 dbm = None variable 107 dbopen = dbm.open
|
D | pickle2db.py | 33 import dbm 35 dbm = None variable 112 dbopen = dbm.open
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 501 array, binascii, cmath, cPickle, crypt, cStringIO, dbm 647 Configuring the bsddb and dbm modules 658 dbm module will still be built against the Sleepycat libraries if 1063 dbm extension are checked. Valid value is a colon separated string
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 508 array, binascii, cmath, cPickle, crypt, cStringIO, dbm 654 Configuring the bsddb and dbm modules 665 dbm module will still be built against the Sleepycat libraries if 1070 dbm extension are checked. Valid value is a colon separated string
|