massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / htmlentitydefs.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/htmlentitydefs.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/htmlentitydefs.pyi
new file mode 100644 (file)
index 0000000..b4d19b1
--- /dev/null
@@ -0,0 +1,5 @@
+from typing import Any, Mapping\r
+\r
+name2codepoint = ...  # type: Mapping[str, int]\r
+codepoint2name = ...  # type: Mapping[int, str]\r
+entitydefs = ...  # type: Mapping[str, str]\r