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

os.fstatvfs(fd) Return information about the filesystem containing the file associated with file descriptor fd, like

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

class ctypes.c_int64 Represents the C 64-bit signed int datatype. Usually an alias for c_longlong

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

os.getxattr(path, attribute, *, follow_symlinks=True) Return the value of the extended filesystem attribute attribute

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

st_file_attributes Windows file attributes: dwFileAttributes member of the BY_HANDLE_FILE_INFORMATION

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

os.tcgetpgrp(fd) Return the process group associated with the terminal given by fd (an open file descriptor as returned

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

window.getbkgd() Return the given window’s current background character/attribute pair.

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

os.waitid(idtype, id, options) Wait for the completion of one or more child processes. idtype can be P_PID

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

os.truncate(path, length) Truncate the file corresponding to path, so that it is at most length bytes in size

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

os.WIFCONTINUED(status) Return True if the process has been continued from a job control stop, otherwise return

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

os.chflags(path, flags, *, follow_symlinks=True) Set the flags of path to the numeric flags. flags

2025-01-10 15:47:30