platform.python_version_tuple()
  • References/Python/Python/Operating System

platform.python_version_tuple() Returns the Python version as tuple (major, minor, patchlevel) of strings.

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

st_mode File mode: file type and file mode bits (permissions).

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

ctypes.get_errno() Returns the current value of the ctypes-private copy of the system

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

os.fchown(fd, uid, gid) Change the owner and group id of the file given by fd to the numeric uid and gid

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

os.fdopen(fd, *args, **kwargs) Return an open file object connected to the file descriptor fd. This is an alias of

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

curses.getwin(file) Read window related data stored in the file by an earlier putwin() call. The routine then creates

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

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

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

contents Returns the object to which to pointer points. Assigning to this attribute changes the pointer to point to the assigned

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

platform.python_build() Returns a tuple (buildno, builddate) stating the Python build number and date as strings

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

Panel.below() Returns the panel below the current panel.

2025-01-10 15:47:30