os.fwalk()
  • References/Python/Python/Operating System

os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()

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

window.attron(attr) Add attribute attr from the “background” set applied to all writes to the current window.

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

window.clear() Like erase(), but also cause the whole window to be repainted upon next call to refresh()

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

platform.popen(cmd, mode='r', bufsize=-1) Portable popen() interface. Find a working popen implementation preferring

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

exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring

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

class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can

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

class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are

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

curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for

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

edit([validator]) This is the entry point you will normally use. It accepts editing keystrokes until one of the termination

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

ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an

2025-01-10 15:47:30