curses.ascii.ismeta()
  • References/Python/Python/Operating System

curses.ascii.ismeta(c) Checks for a non-ASCII character (ordinal values 0x80 and above).

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

exception io.UnsupportedOperation An exception inheriting

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

platform.system_alias(system, release, version) Returns (system, release, version) aliased to common marketing

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

curses.setsyx(y, x) Set the virtual screen cursor to y, x. If y and x are both -1, then

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

getvalue() Return

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

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

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

window.box([vertch, horch]) Similar to border(), but both ls and rs are vertch and both

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

class os.DirEntry Object yielded by scandir() to expose the file path and other file attributes of a directory

2025-01-10 15:47:30
curses.textpad.Textbox
  • References/Python/Python/Operating System

class curses.textpad.Textbox(win) Return a textbox widget object. The win argument should be a curses WindowObject

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

os.get_exec_path(env=None) Returns the list of directories that will be searched for a named executable, similar to a shell

2025-01-10 15:47:30