Searched refs:getprofile (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_cprofile.py | 40 self.assertIs(sys.getprofile(), prof) 43 self.assertIs(sys.getprofile(), None) 56 self.assertIs(sys.getprofile(), prof) 59 self.assertIs(sys.getprofile(), None)
|
D | test_sys_setprofile.py | 15 self.assertIsNone(sys.getprofile()) 22 self.assertIs(sys.getprofile(), fn)
|
/external/python/cpython2/Lib/test/ |
D | test_sys_setprofile.py | 16 self.assertIsNone(sys.getprofile()) 23 self.assertIs(sys.getprofile(), fn)
|
D | test_mhlib.py | 152 eq(mh.getprofile('Editor'), 'emacs') 153 eq(mh.getprofile('not-set'), None)
|
/external/python/cpython2/Doc/library/ |
D | mhlib.rst | 51 .. method:: MH.getprofile(key)
|
D | sys.rst | 472 .. function:: getprofile()
|
/external/python/cpython2/Lib/ |
D | mhlib.py | 106 if path is None: path = self.getprofile('Path') 122 def getprofile(self, key): member in MH
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 318 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit',
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 316 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit',
|
/external/python/cpython3/Doc/library/ |
D | sys.rst | 706 .. function:: getprofile()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 4005 added ``sys.getprofile()`` and ``sys.gettrace()``.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2434 by calling :func:`sys.getprofile` and :func:`sys.gettrace`.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2438 by calling :func:`sys.getprofile` and :func:`sys.gettrace`.
|