Searched refs:_TokenizedFormatString (Results 1 – 1 of 1) sorted by relevance
166 class _TokenizedFormatString(NamedTuple): class186 self._cache: Dict[int, List[_TokenizedFormatString]] = {}188 def lookup(self, token: int) -> List[_TokenizedFormatString]:194 _TokenizedFormatString(entry, decode.FormatString(str(entry)))