Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytype / typeshed / stdlib / @python2 / nis.pyi
Size: Mime:
import sys
from typing import Dict, List

if sys.platform != "win32":
    def cat(map: str, domain: str = ...) -> Dict[str, str]: ...
    def get_default_domain() -> str: ...
    def maps(domain: str = ...) -> List[str]: ...
    def match(key: str, map: str, domain: str = ...) -> str: ...
    class error(Exception): ...