massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / nis.pyi
1 import sys
2
3 if sys.platform != "win32":
4     def cat(map: str, domain: str = ...) -> dict[str, str]: ...
5     def get_default_domain() -> str: ...
6     def maps(domain: str = ...) -> list[str]: ...
7     def match(key: str, map: str, domain: str = ...) -> str: ...
8     class error(Exception): ...