io.TextIOBase.seek()
  • References/Python/Python/Operating System

seek(offset[, whence]) Change the stream position to the given offset. Behaviour depends on the whence parameter

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

window.immedok(flag) If flag is True, any change in the window image automatically causes the window to

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

os.walk(top, topdown=True, onerror=None, followlinks=False) Generate the file names in a directory tree by walking the tree

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

os.getpriority(which, who) Get program scheduling priority. The value which is one of PRIO_PROCESS,

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

curses.ascii.ascii(c) Return the ASCII value corresponding to the low 7 bits of c.

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.WIFEXITED()
  • References/Python/Python/Operating System

os.WIFEXITED(status) Return True if the process exited using the exit(2) system call,

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
curses.window.standend()
  • References/Python/Python/Operating System

window.standend() Turn off the standout attribute. On some terminals this has the side effect of turning off all attributes

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

os.spawnv(mode, path, args) os.spawnve(mode, path, args, env) os.spawnvp(mode, file, args)

2025-01-10 15:47:30