massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / backports_abc / backports_abc.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/backports_abc/backports_abc.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/backports_abc/backports_abc.pyi
new file mode 100644 (file)
index 0000000..b48ae33
--- /dev/null
@@ -0,0 +1,15 @@
+from typing import Any
+
+def mk_gen(): ...
+def mk_awaitable(): ...
+def mk_coroutine(): ...
+
+Generator: Any
+Awaitable: Any
+Coroutine: Any
+
+def isawaitable(obj): ...
+
+PATCHED: Any
+
+def patch(patch_inspect: bool = ...): ...