syslog.syslog()
  • References/Python/Python/Unix

syslog.syslog(message) syslog.syslog(priority, message) Send the string message to the system logger. A

2025-01-10 15:47:30
nis.get_default_domain()
  • References/Python/Python/Unix

nis.get_default_domain() Return the system default NIS domain.

2025-01-10 15:47:30
pipes.Template.debug()
  • References/Python/Python/Unix

Template.debug(flag) If flag is true, turn debugging on. Otherwise, turn debugging off. When debugging is on, commands

2025-01-10 15:47:30
termios.tcsendbreak()
  • References/Python/Python/Unix

termios.tcsendbreak(fd, duration) Send a break on file descriptor fd. A zero duration sends a break for 0

2025-01-10 15:47:30
nis.maps()
  • References/Python/Python/Unix

nis.maps(domain=default_domain) Return a list of all valid maps. The domain argument

2025-01-10 15:47:30
pipes.Template
  • References/Python/Python/Unix

class pipes.Template An abstraction of a pipeline.

2025-01-10 15:47:30
nis.error
  • References/Python/Python/Unix

exception nis.error An error raised when a NIS function returns an error code.

2025-01-10 15:47:30
termios.tcflush()
  • References/Python/Python/Unix

termios.tcflush(fd, queue) Discard queued data on file descriptor fd. The queue selector specifies which queue:

2025-01-10 15:47:30
termios.tcdrain()
  • References/Python/Python/Unix

termios.tcdrain(fd) Wait until all output written to file descriptor fd has been transmitted.

2025-01-10 15:47:30
tty.setcbreak()
  • References/Python/Python/Unix

tty.setcbreak(fd, when=termios.TCSAFLUSH) Change the mode of file descriptor fd to cbreak. If when is omitted

2025-01-10 15:47:30