ctypes.LittleEndianStructure
  • References/Python/Python/Operating System

class ctypes.LittleEndianStructure(*args, **kw) Abstract base class for structures in little endian byte order.

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

curses.init_color(color_number, r, g, b) Change the definition of a color, taking the number of the color to be changed followed

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

getopt.gnu_getopt(args, shortopts, longopts=[]) This function works like getopt(), except that GNU style scanning

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

os.killpg(pgid, sig) Send the signal sig to the process group pgid. Availability:

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
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.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