Searched refs:default_msec_format (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/logging/ | ||
H A D | __init__.py | 604 default_msec_format = '%s,%03d' variable in Formatter 629 if self.default_msec_format: 630 s = self.default_msec_format % (s, record.msecs) |
/third_party/python/Lib/test/ | ||
H A D | test_logging.py | 4146 default_msec_format = None variable in FormatterTest.test_default_msec_format_none.NoMsecFormatter |
Completed in 11 milliseconds