Home
last modified time | relevance | path

Searched refs:PercentStyle (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/logging/
D__init__.py412 class PercentStyle(object): class
445 class StrFormatStyle(PercentStyle):
479 class StringTemplateStyle(PercentStyle):
517 '%': (PercentStyle, BASIC_FORMAT),
/third_party/python/Lib/test/
Dtest_logging.py4543 self.assertIsInstance(formatter._style, logging.PercentStyle)
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst2885 StrFormatStyle, PercentStyle, StringTemplateStyle. - This method is called