massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / xxlimited.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/xxlimited.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/xxlimited.pyi
new file mode 100644 (file)
index 0000000..0dddbb8
--- /dev/null
@@ -0,0 +1,18 @@
+import sys
+from typing import Any
+
+class Str: ...
+
+class Xxo:
+    def demo(self) -> None: ...
+
+def foo(__i: int, __j: int) -> Any: ...
+def new() -> Xxo: ...
+
+if sys.version_info >= (3, 10):
+    class Error: ...
+
+else:
+    class error: ...
+    class Null: ...
+    def roj(__b: Any) -> None: ...