from typing import Any, Mapping name2codepoint: Mapping[str, int] codepoint2name: Mapping[int, str] entitydefs: Mapping[str, str]