Home
last modified time | relevance | path

Searched refs:_db (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetypes.py53 _db = None variable
293 if _db is None:
295 return _db.guess_type(url, strict)
311 if _db is None:
313 return _db.guess_all_extensions(type, strict)
327 if _db is None:
329 return _db.guess_extension(type, strict)
343 if _db is None:
345 return _db.add_type(type, ext, strict)
350 global inited, _db
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shelve.py111 self._db = []
122 self._db.append(x)
125 for db in self._db:
127 self._db = []