Home
last modified time | relevance | path

Searched refs:NOTSET (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/tools/release/java/
DMakefile25 NOTSET= macro
28 NOTSET:="$(NOTSET) OLD_ICU" macro
32 NOTSET:="$(NOTSET) NEW_ICU" macro
65 ifneq ($(NOTSET),)
/third_party/python/Lib/logging/
D__init__.py98 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
Dconfig.py179 logger.setLevel(logging.NOTSET)
/third_party/python/Doc/library/
Dlogging.config.rst704 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
Dlogging.rst110 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 …]
Dmultiprocessing.rst2630 When first created the logger has level :data:`logging.NOTSET` and no
/third_party/python/Lib/multiprocessing/
Dutil.py32 NOTSET = 0 variable
/third_party/python/Lib/test/
Dtest_logging.py335 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.py4481 logger.setLevel(logging.NOTSET)
/third_party/cups-filters/ppd/
DGeneric-PDF_Printer-PDF.ppd238 *ret notset/Not Set: "@PJL SET RET=NOTSET<0A>"
DHP-Color_LaserJet_CM3530_MFP-PDF.ppd308 *ret notset/Not Set: "@PJL SET RET=NOTSET<0A>"
/third_party/python/Doc/howto/
Dlogging.rst866 | ``NOTSET`` | 0 |