Searched refs:getprofile (Results 1 – 8 of 8) sorted by relevance
16 self.assertIsNone(sys.getprofile())23 self.assertIs(sys.getprofile(), fn)
152 eq(mh.getprofile('Editor'), 'emacs')153 eq(mh.getprofile('not-set'), None)
51 .. method:: MH.getprofile(key)
472 .. function:: getprofile()
106 if path is None: path = self.getprofile('Path')122 def getprofile(self, key): member in MH
297 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit',
2434 by calling :func:`sys.getprofile` and :func:`sys.gettrace`.
11715 - Patch #1648: added ``sys.getprofile()`` and ``sys.gettrace()``.