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

class io.TextIOBase Base class for text streams. This class provides a character and line based interface to stream I/O. There

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

os.getpgrp() Return the id of the current process group. Availability: Unix.

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

window.insch(ch[, attr]) window.insch(y, x, ch[, attr]) Paint character ch at (y, x) with

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

window.cursyncup() Update the current cursor position of all the ancestors of the window to reflect the current cursor position

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

os.getenv(key, default=None) Return the value of the environment variable key if it exists, or default if

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

window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys

2025-01-10 15:47:30
ctypes.Array
  • References/Python/Python/Operating System

class ctypes.Array(*args) Abstract base class for arrays. The recommended way to create concrete

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

os.execlp(file, arg0, arg1, ...) os.execlpe(file, arg0, arg1, ..., env) os.execv(path, args)

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

os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.

2025-01-10 15:47:30
io.BytesIO.getbuffer()
  • References/Python/Python/Operating System

getbuffer() Return a readable and writable view over the contents of the buffer without copying them. Also, mutating the view

2025-01-10 15:47:30