Home
last modified time | relevance | path

Searched refs:BASIC_FORMAT (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py124 _handler.setFormatter(_logging.Formatter(_logging.BASIC_FORMAT, None))
/external/python/cpython2/Lib/logging/
D__init__.py1512 BASIC_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable
1558 fs = kwargs.get("format", BASIC_FORMAT)
/external/python/cpython3/Lib/logging/
D__init__.py460 BASIC_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable
463 '%': (PercentStyle, BASIC_FORMAT),
/external/python/cpython3/Lib/test/
Dtest_logging.py3935 self.assertEqual(formatter._style._fmt, logging.BASIC_FORMAT)