Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DloggingTools.py18 from logging import PercentStyle
20 PercentStyle = None variable
88 if PercentStyle:
89 self._style = PercentStyle(fmt)
/external/python/cpython3/Lib/logging/
D__init__.py420 class PercentStyle(object): class
435 class StrFormatStyle(PercentStyle):
444 class StringTemplateStyle(PercentStyle):
463 '%': (PercentStyle, BASIC_FORMAT),
/external/python/cpython3/Lib/test/
Dtest_logging.py3939 self.assertIsInstance(formatter._style, logging.PercentStyle)