Files
typeshed/stdlib/@python2/htmlentitydefs.pyi

4 lines
89 B
Python

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