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

os.pipe2(flags) Create a pipe with flags set atomically. flags can be constructed by ORing together one or

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

class ctypes.c_uint16 Represents the C 16-bit unsigned int datatype. Usually an alias for c_ushort

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

st_gid Group identifier of the file owner.

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

curses.isendwin() Return True if endwin() has been called (that is, the curses library has been deinitialized)

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

st_rdev Type of device if an inode device.

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

time.monotonic() Return the value (in fractional seconds) of a monotonic clock, i.e. a clock that cannot go backwards. The clock

2025-01-10 15:47:30
io.FileIO.mode
  • References/Python/Python/Operating System

mode The mode as given in the constructor.

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

window.is_linetouched(line) Return True if the specified line was modified since the last call to refresh();

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

os.walk(top, topdown=True, onerror=None, followlinks=False) Generate the file names in a directory tree by walking the tree

2025-01-10 15:47:30
argparse.ArgumentParser.print_help()
  • References/Python/Python/Operating System

ArgumentParser.print_help(file=None) Print a help message, including the program usage and information about the arguments registered

2025-01-10 15:47:30