io.TextIOWrapper
  • References/Python/Python/Operating System

class io.TextIOWrapper(buffer, encoding=None, errors=None, newline=None, line_buffering=False, write_through=False) A buffered

2025-01-10 15:47:30
os.lockf()
  • References/Python/Python/Operating System

os.lockf(fd, cmd, len) Apply, test or remove a POSIX lock on an open file descriptor. fd is an open file descriptor

2025-01-10 15:47:30
os.plock()
  • References/Python/Python/Operating System

os.plock(op) Lock program segments into memory. The value of op (defined in <sys/lock.h>) determines

2025-01-10 15:47:30
os.sched_setaffinity()
  • References/Python/Python/Operating System

os.sched_setaffinity(pid, mask) Restrict the process with PID pid (or the current process if zero) to a set of CPUs

2025-01-10 15:47:30
time.clock_settime()
  • References/Python/Python/Operating System

time.clock_settime(clk_id, time) Set the time of the specified clock clk_id. Availability:

2025-01-10 15:47:30
argparse.ArgumentParser.error()
  • References/Python/Python/Operating System

ArgumentParser.error(message) This method prints a usage message including the message to the standard error and terminates

2025-01-10 15:47:30
curses.initscr()
  • References/Python/Python/Operating System

curses.initscr() Initialize the library. Return a WindowObject which represents the whole screen.

2025-01-10 15:47:30
argparse.ArgumentParser.print_usage()
  • References/Python/Python/Operating System

ArgumentParser.print_usage(file=None) Print a brief description of how the ArgumentParser should be invoked on

2025-01-10 15:47:30
os.set_handle_inheritable()
  • References/Python/Python/Operating System

os.set_handle_inheritable(handle, inheritable) Set the “inheritable” flag of the specified handle.

2025-01-10 15:47:30
os.mknod()
  • References/Python/Python/Operating System

os.mknod(path, mode=0o600, device=0, *, dir_fd=None) Create a filesystem node (file, device special file or named pipe) named

2025-01-10 15:47:30