Searched refs:set_threshold (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/distutils/ |
D | log.py | 65 def set_threshold(level): function 73 set_threshold(WARN) 75 set_threshold(INFO) 77 set_threshold(DEBUG)
|
/third_party/python/Lib/distutils/tests/ |
D | test_config.py | 7 from distutils.log import set_threshold 75 self.old_threshold = set_threshold(WARN) 79 set_threshold(self.old_threshold)
|
D | test_log.py | 22 old_threshold = log.set_threshold(log.DEBUG) 29 log.set_threshold(old_threshold)
|
D | support.py | 20 self.threshold = log.set_threshold(log.FATAL) 29 log.set_threshold(self.threshold)
|
D | test_core.py | 55 self.addCleanup(log.set_threshold, log._global_log.threshold)
|
D | test_dist.py | 482 self.addCleanup(log.set_threshold, log._global_log.threshold)
|
/third_party/python/Lib/test/libregrtest/ |
D | setup.py | 76 gc.set_threshold(ns.threshold)
|
/third_party/python/Lib/test/ |
D | test_gc.py | 266 gc.set_threshold(1) 275 gc.set_threshold(*thresholds) 281 gc.set_threshold(1) 290 gc.set_threshold(*thresholds)
|
D | test_weakset.py | 421 self.addCleanup(gc.set_threshold, *gc.get_threshold()) 425 gc.set_threshold(th, th, th)
|
D | test_weakref.py | 811 gc.set_threshold(1, 1, 1) 832 gc.set_threshold(*thresholds) 1260 self.addCleanup(gc.set_threshold, *gc.get_threshold()) 1264 gc.set_threshold(th, th, th)
|
D | _test_multiprocessing.py | 3682 self.addCleanup(gc.set_threshold, *thresholds) 3683 gc.set_threshold(10) 4386 gc.set_threshold(5, 5, 5) 4396 gc.set_threshold(*old_threshold)
|
/third_party/python/Doc/library/ |
D | gc.rst | 96 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 12171 Move the match, logging and set_threshold to a new function.
|