Path 1: 20 calls (1.0)

dict (20)

1def __init__(self, style_map: Dict[TokenType, Style]) -> None:
2        self.style_map = style_map
3        self._missing_style = Style.null()
4        self._background_style = Style.null()
5        self._style_cache: Dict[TokenType, Style] = {}