Home
last modified time | relevance | path

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

/third_party/python/Lib/logging/
D__init__.py516 _STYLES = { variable
584 if style not in _STYLES:
586 _STYLES.keys()))
587 self._style = _STYLES[style][0](fmt, defaults=defaults)
2048 if style not in _STYLES:
2050 _STYLES.keys()))
2051 fs = kwargs.pop("format", _STYLES[style][1])