pydoc > nis

πŸ“› NAME

nis - This module contains functions for accessing NIS maps.

πŸš€ Quick Reference

Use CaseCommandDescription
Retrieve entire mapcat(map, domain)Returns the entire map as a dictionary.
Search for a keymatch(key, map, domain)Returns the value for a given key in the map.
List all available mapsmaps(domain)Returns an array of all available NIS maps in a domain.
Get default NIS domainget_default_domain()Returns the default NIS domain as a string.

πŸ“š MODULE REFERENCE

https://docs.python.org/3.10/library/nis.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

πŸ“¦ CLASSES

builtins.Exception(builtins.BaseException)

πŸ”Ή class error (builtins.Exception)

Method resolution order:

Data descriptors defined here:


Methods inherited from builtins.Exception:


Static methods inherited from builtins.Exception:


Methods inherited from builtins.BaseException:


Data descriptors inherited from builtins.BaseException:

πŸ”§ FUNCTIONS

🐱 cat(map, domain = defaultdomain)

Returns the entire map as a dictionary. Optionally domain can be specified but it defaults to the system default domain.

🌐 get_default_domain() -> str

Corresponds to the C library yp_get_default_domain() call, returning the default NIS domain.

πŸ—ΊοΈ maps(domain = defaultdomain)

Returns an array of all available NIS maps within a domain. If domain is not specified it defaults to the system default domain.

πŸ” match(key, map, domain = defaultdomain)

Corresponds to the C library yp_match() call, returning the value of key in the given map. Optionally domain can be specified but it defaults to the system default domain.

πŸ“ FILE

/usr/lib/python3.10/lib-dynload/nis.cpython-310-x86_64-linux-gnu.so

nis
πŸ“› NAME πŸš€ Quick Reference πŸ“š MODULE REFERENCE πŸ“¦ CLASSES
πŸ”Ή class error (builtins.Exception)
πŸ”§ FUNCTIONS
🐱 cat(map, domain = defaultdomain) 🌐 get_default_domain() -> str πŸ—ΊοΈ maps(domain = defaultdomain) πŸ” match(key, map, domain = defaultdomain)
πŸ“ FILE

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 12:18 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^