Path 1: 1518 calls (1.0)

1def __init__(self) -> None:
2        self.__msgid_to_symbol: dict[str, str] = {}
3        self.__symbol_to_msgid: dict[str, str] = {}
4        self.__old_names: dict[str, list[str]] = {}
5        self.__active_msgids: dict[str, list[str]] = {}