Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
D__init__.py498 _STYLES = { variable
565 if style not in _STYLES:
567 _STYLES.keys()))
568 self._style = _STYLES[style][0](fmt)
1999 if style not in _STYLES:
2001 _STYLES.keys()))
2002 fs = kwargs.pop("format", _STYLES[style][1])