Searched refs:_STYLE_NAME_TO_FACTORY (Results 1 – 2 of 2) sorted by relevance
534 _STYLE_NAME_TO_FACTORY = dict( variable706 style_factory = _STYLE_NAME_TO_FACTORY.get(style_config.lower())804 base_style = _STYLE_NAME_TO_FACTORY[based_on]()807 base_style = _STYLE_NAME_TO_FACTORY[based_on]()
198 See ``_STYLE_NAME_TO_FACTORY`` in style.py_ for details.