Home
last modified time | relevance | path

Searched refs:getprofile (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_setprofile.py16 self.assertIsNone(sys.getprofile())
23 self.assertIs(sys.getprofile(), fn)
Dtest_mhlib.py152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmhlib.py106 if path is None: path = self.getprofile('Path')
122 def getprofile(self, key): member in MH