Home
last modified time | relevance | path

Searched refs:PercentStyle (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/logging/
H A D__init__.py421 class PercentStyle(object): class
454 class StrFormatStyle(PercentStyle):
488 class StringTemplateStyle(PercentStyle):
526 '%': (PercentStyle, BASIC_FORMAT),
/third_party/python/Lib/test/
H A Dtest_logging.py4695 self.assertIsInstance(formatter._style, logging.PercentStyle)
5720 'PercentStyle', 'StrFormatStyle', 'StringTemplateStyle',

Completed in 14 milliseconds