Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
D__init__.py462 _STYLES = { variable
529 if style not in _STYLES:
531 _STYLES.keys()))
532 self._style = _STYLES[style][0](fmt)
1907 if style not in _STYLES:
1909 _STYLES.keys()))
1910 fs = kwargs.pop("format", _STYLES[style][1])