massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / rlcompleter.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/rlcompleter.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/rlcompleter.pyi
new file mode 100644 (file)
index 0000000..f971c42
--- /dev/null
@@ -0,0 +1,5 @@
+from typing import Any
+
+class Completer:
+    def __init__(self, namespace: dict[str, Any] | None = ...) -> None: ...
+    def complete(self, text: str, state: int) -> str | None: ...