Home
last modified time | relevance | path

Searched refs:getprofile (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_cprofile.py40 self.assertIs(sys.getprofile(), prof)
43 self.assertIs(sys.getprofile(), None)
56 self.assertIs(sys.getprofile(), prof)
59 self.assertIs(sys.getprofile(), None)
H A Dtest_sys_setprofile.py16 self.assertIsNone(sys.getprofile())
23 self.assertIs(sys.getprofile(), fn)
422 self.addCleanup(sys.setprofile, sys.getprofile())
445 self.assertEqual(sys.getprofile(), foo)
454 sys.setprofile(sys.getprofile())
H A Dtest_threading.py874 old_profile = threading.getprofile()
877 self.assertEqual(fn, threading.getprofile())
/third_party/python/Lib/
H A Dthreading.py31 'excepthook', 'ExceptHookArgs', 'gettrace', 'getprofile']
68 def getprofile(): function

Completed in 7 milliseconds