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

os.extsep The character which separates the base filename from the extension; for example, the '.' in os

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

curses.resizeterm(nlines, ncols) Resize the standard and current windows to the specified dimensions, and adjusts other bookkeeping

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

curses.filter() The filter() routine, if used, must be called before initscr() is called. The effect

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

curses.setupterm([termstr, fd]) Initialize the terminal. termstr is a string giving the terminal name; if omitted,

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

curses.flash() Flash the screen. That is, change it to reverse-video and then change it back in a short interval. Some people

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

value This attribute contains the actual value of the instance. For integer and pointer types, it is an integer, for character

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

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

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

class ctypes.c_uint8 Represents the C 8-bit unsigned int datatype. Usually an alias for c_ubyte.

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

window.setscrreg(top, bottom) Set the scrolling region from line top to line bottom. All scrolling actions

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

class ctypes.CDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Instances of this class represent

2025-01-10 15:47:30