time.gmtime()
  • References/Python/Python/Operating System

time.gmtime([secs]) Convert a time expressed in seconds since the epoch to a struct_time in UTC in which the dst

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

platform.win32_ver(release='', version='', csd='', ptype='') Get additional version information from the Windows Registry and

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

class io.IncrementalNewlineDecoder A helper codec that decodes newlines for universal newlines

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

curses.ascii.ispunct(c) Checks for any printable ASCII character which is not a space or an alphanumeric character.

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

curses.curs_set(visibility) Set the cursor state. visibility can be set to 0, 1, or 2, for invisible, normal, or very

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

os.setpgrp() Call the system call setpgrp() or setpgrp(0, 0) depending on which version is implemented

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

class ctypes.c_longdouble Represents the C long double datatype. The constructor accepts an optional float initializer

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

class ctypes.c_ulong Represents the C unsigned long datatype. The constructor accepts an optional integer initializer;

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

window.untouchwin() Mark all lines in the window as unchanged since the last call to refresh().

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

os.major(device) Extract the device major number from a raw device number (usually the st_dev or st_rdev

2025-01-10 15:47:30