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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
test_sys_setprofile.py 16 self.assertIsNone(sys.getprofile())
23 self.assertIs(sys.getprofile(), fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
test_sys_setprofile.py 16 self.assertIsNone(sys.getprofile())
23 self.assertIs(sys.getprofile(), fn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 12 s = mh.getprofile(key) # profile entry (None if not set)
106 if path is None: path = self.getprofile('Path')
122 def getprofile(self, key): member in class:MH
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 12 s = mh.getprofile(key) # profile entry (None if not set)
106 if path is None: path = self.getprofile('Path')
122 def getprofile(self, key): member in class:MH
    [all...]

Completed in 218 milliseconds