massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 3 / docutils / nodes.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/3/docutils/nodes.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/3/docutils/nodes.pyi
new file mode 100644 (file)
index 0000000..45ae2dd
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any, List\r
+\r
+class reference:\r
+    def __init__(self,\r
+                 rawsource: str = ...,\r
+                 text: str = ...,\r
+                 *children: List[Any],\r
+                 **attributes) -> None: ...\r