massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / nis.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/nis.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/nis.pyi
new file mode 100644 (file)
index 0000000..fafbcaf
--- /dev/null
@@ -0,0 +1,10 @@
+import sys\r
+from typing import Dict, List\r
+\r
+if sys.platform != 'win32':\r
+    def cat(map: str, domain: str = ...) -> Dict[str, str]: ...\r
+    def get_default_domain() -> str: ...\r
+    def maps(domain: str = ...) -> List[str]: ...\r
+    def match(key: str, map: str, domain: str = ...) -> str: ...\r
+\r
+    class error(Exception): ...\r