Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DloggingTools.py7 from logging import PercentStyle
83 if PercentStyle:
84 self._style = PercentStyle(fmt)
/external/python/cpython3/Lib/logging/
D__init__.py407 class PercentStyle(object): class
435 class StrFormatStyle(PercentStyle):
465 class StringTemplateStyle(PercentStyle):
499 '%': (PercentStyle, BASIC_FORMAT),
/external/python/cpython3/Lib/test/
Dtest_logging.py4412 self.assertIsInstance(formatter._style, logging.PercentStyle)
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2885 StrFormatStyle, PercentStyle, StringTemplateStyle. - This method is called