Home
last modified time | relevance | path

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

/external/python/cpython2/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)
/external/python/cpython2/Doc/library/
Dmhlib.rst51 .. method:: MH.getprofile(key)
Dsys.rst472 .. function:: getprofile()
/external/python/cpython2/Lib/
Dmhlib.py106 if path is None: path = self.getprofile('Path')
122 def getprofile(self, key): member in MH
/external/python/cpython2/Doc/tutorial/
Dmodules.rst297 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit',
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2434 by calling :func:`sys.getprofile` and :func:`sys.gettrace`.
/external/python/cpython2/Misc/
DNEWS11715 - Patch #1648: added ``sys.getprofile()`` and ``sys.gettrace()``.