pty.openpty()
  • References/Python/Python/Unix

pty.openpty() Open a new pseudo-terminal pair, using

2025-01-10 15:47:30
crypt.methods
  • References/Python/Python/Unix

crypt.methods A list of available password hashing algorithms, as crypt.METHOD_* objects. This list is sorted from

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

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

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

grp.getgrall() Return a list of all available group entries, in arbitrary order.

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

resource.getrusage(who) This function returns an object that describes the resources consumed by either the current process

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

syslog.closelog() Reset the syslog module values and call the system library closelog(). This

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

termios.tcsetattr(fd, when, attributes) Set the tty attributes for file descriptor fd from the attributes

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

Template.prepend(cmd, kind) Add a new action at the beginning. See append() for explanations of the arguments.

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

syslog.setlogmask(maskpri) Set the priority mask to maskpri and return the previous mask value. Calls to syslog()

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

resource.setrlimit(resource, limits) Sets new limits of consumption of resource. The limits argument must

2025-01-10 15:47:30