Files
typeshed/stdlib/html/entities.pyi

5 lines
111 B
Python

name2codepoint: dict[str, int]
html5: dict[str, str]
codepoint2name: dict[int, str]
entitydefs: dict[str, str]