massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / rlcompleter.pyi
1 from typing import Any
2
3 class Completer:
4     def __init__(self, namespace: dict[str, Any] | None = ...) -> None: ...
5     def complete(self, text: str, state: int) -> str | None: ...