massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / backports_abc.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/backports_abc.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/backports_abc.pyi
new file mode 100644 (file)
index 0000000..9ca4d37
--- /dev/null
@@ -0,0 +1,15 @@
+from typing import Any\r
+\r
+def mk_gen(): ...\r
+def mk_awaitable(): ...\r
+def mk_coroutine(): ...\r
+\r
+Generator = ...  # type: Any\r
+Awaitable = ...  # type: Any\r
+Coroutine = ...  # type: Any\r
+\r
+def isawaitable(obj): ...\r
+\r
+PATCHED = ...  # type: Any\r
+\r
+def patch(patch_inspect=True): ...\r