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

platform.linux_distribution(distname='', version='', id='', supported_dists=('SuSE', 'debian', 'redhat', 'mandrake', ...), full_distribution_name=1)

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

name The file name. This is the file descriptor of the file when no name is given in the constructor.

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

st_mtime_ns Time of most recent content modification expressed in nanoseconds as an integer.

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

class ctypes.c_ubyte Represents the C unsigned char datatype, it interprets the value as small integer. The constructor

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

class io.BufferedWriter(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a writeable, sequential

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

window.resize(nlines, ncols) Reallocate storage for a curses window to adjust its dimensions to the specified values. If either

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

curses.panel.top_panel() Returns the top panel in the panel stack.

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

window.subwin(begin_y, begin_x) window.subwin(nlines, ncols, begin_y, begin_x) Return a sub-window, whose upper-left

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

window.hline(ch, n) window.hline(y, x, ch, n) Display a horizontal line starting at (y, x) with length

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

class ctypes.c_short Represents the C signed short datatype. The constructor accepts an optional integer initializer;

2025-01-10 15:47:30