Home
last modified time | relevance | path

Searched refs:StrFormatStyle (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/logging/
D__init__.py435 class StrFormatStyle(PercentStyle): class
500 '{': (StrFormatStyle, '{levelname}:{name}:{message}'),
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2885 StrFormatStyle, PercentStyle, StringTemplateStyle. - This method is called