Files
typeshed/stdlib/2/htmlentitydefs.pyi
2019-04-13 10:40:52 +02:00

6 lines
131 B
Python

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