os.altsep
  • References/Python/Python/Operating System

os.altsep An alternative character used by the operating system to separate pathname components, or None if only

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

window.derwin(begin_y, begin_x) window.derwin(nlines, ncols, begin_y, begin_x) An abbreviation for “derive window”

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

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

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

window.erase() Clear the window.

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

window.touchline(start, count[, changed]) Pretend count lines have been changed, starting with line start

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

os.confstr_names Dictionary mapping names accepted by confstr() to the integer values defined for those names by

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

os.spawnvp(mode, file, args) os.spawnvpe(mode, file, args, env) Execute the program path in a new process

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

window.overwrite(destwin[, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol]) Overwrite the window on top of destwin

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

curses.ascii.unctrl(c) Return a string representation of the ASCII character c. If c is printable, this string

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

os.linesep The string used to separate (or, rather, terminate) lines on the current platform. This may be a single character

2025-01-10 15:47:30