massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / htmlentitydefs.pyi
1 from typing import Any, Mapping\r
2 \r
3 name2codepoint = ...  # type: Mapping[str, int]\r
4 codepoint2name = ...  # type: Mapping[int, str]\r
5 entitydefs = ...  # type: Mapping[str, str]\r