io.TextIOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the

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

curses.update_lines_cols() Update LINES and COLS. Useful for detecting manual screen resize.

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

class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

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

os.sched_get_priority_min(policy) Get the minimum priority value for policy. policy is one of the scheduling

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

curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1

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

curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order

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

ctypes.DllGetClassObject() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes

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

os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute

2025-01-10 15:47:30
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
os.execvp()
  • References/Python/Python/Operating System

os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current

2025-01-10 15:47:30