Searched refs:NOTSET (Results 1 – 12 of 12) sorted by relevance
/third_party/icu/tools/release/java/ |
D | Makefile | 25 NOTSET= macro 28 NOTSET:="$(NOTSET) OLD_ICU" macro 32 NOTSET:="$(NOTSET) NEW_ICU" macro 65 ifneq ($(NOTSET),)
|
/third_party/python/Lib/logging/ |
D | __init__.py | 98 NOTSET = 0 variable 106 NOTSET: 'NOTSET', 116 'NOTSET': NOTSET, 872 def __init__(self, level=NOTSET): 1231 def __init__(self, level=NOTSET): 1435 def __init__(self, name, level=NOTSET): 1722 return NOTSET
|
D | config.py | 179 logger.setLevel(logging.NOTSET)
|
/third_party/python/Doc/library/ |
D | logging.config.rst | 704 level=NOTSET 708 ``NOTSET``. For the root logger only, ``NOTSET`` means that all messages will be 729 except that if a non-root logger's level is specified as ``NOTSET``, the system 743 level=NOTSET 749 loggers, and ``NOTSET`` is taken to mean 'log everything'. 807 level=NOTSET 814 level=NOTSET
|
D | logging.rst | 110 When a logger is created, the level is set to :const:`NOTSET` (which causes 116 NOTSET, its chain of ancestor loggers is traversed until either an ancestor with 117 a level other than NOTSET is found, or the root is reached. 119 If an ancestor is found with a level other than NOTSET, then that ancestor's 123 If the root is reached, and it has a level of NOTSET, then all messages will be 147 :const:`NOTSET` has been set using :meth:`setLevel`, it is returned. Otherwise, 149 :const:`NOTSET` is found, and that value is returned. The value returned is 389 | ``NOTSET`` | 0 | 405 .. method:: Handler.__init__(level=NOTSET) 432 level is set to :const:`NOTSET` (which causes all messages to be [all …]
|
D | multiprocessing.rst | 2630 When first created the logger has level :data:`logging.NOTSET` and no
|
/third_party/python/Lib/multiprocessing/ |
D | util.py | 32 NOTSET = 0 variable
|
/third_party/python/Lib/test/ |
D | test_logging.py | 335 self.assertEqual(logging.getLevelName(logging.NOTSET), 'NOTSET') 336 self.assertEqual(logging.getLevelName('NOTSET'), logging.NOTSET) 497 self.root_logger.handlers[0].setLevel(logging.NOTSET) 762 level = logging.NOTSET 4305 def __init__(self, name='MyLogger', level=logging.NOTSET): 5123 logger2.setLevel(logging.NOTSET)
|
D | _test_multiprocessing.py | 4481 logger.setLevel(logging.NOTSET)
|
/third_party/cups-filters/ppd/ |
D | Generic-PDF_Printer-PDF.ppd | 238 *ret notset/Not Set: "@PJL SET RET=NOTSET<0A>"
|
D | HP-Color_LaserJet_CM3530_MFP-PDF.ppd | 308 *ret notset/Not Set: "@PJL SET RET=NOTSET<0A>"
|
/third_party/python/Doc/howto/ |
D | logging.rst | 866 | ``NOTSET`` | 0 |
|