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
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
pwd.getpwuid()
  • References/Python/Python/Unix

pwd.getpwuid(uid) Return the password database entry for the given numeric user ID.

2025-01-10 15:47:30
posix.environ
  • References/Python/Python/Unix

posix.environ A dictionary representing the string environment at the time the interpreter was started. Keys and values are

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

grp.getgrgid(gid) Return the group database entry for the given numeric group ID.

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
spwd.getspnam()
  • References/Python/Python/Unix

spwd.getspnam(name) Return the shadow password database entry for the given user name.

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

Template.clone() Return a new, equivalent, pipeline template.

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

resource.prlimit(pid, resource[, limits]) Combines setrlimit() and getrlimit() in one function and

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

exception resource.error A deprecated alias of

2025-01-10 15:47:30