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

os.utime(path, times=None, *, [ns, ]dir_fd=None, follow_symlinks=True) Set the access and modified times of the file specified

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

curses.has_il() Return True if the terminal has insert- and delete-line capabilities, or can simulate them using

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

platform.machine() Returns the machine type, e.g. 'i386'. An empty string is returned if the value cannot be determined

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

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

2025-01-10 15:47:30
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
os.get_blocking()
  • References/Python/Python/Operating System

os.get_blocking(fd) Get the blocking mode of the file descriptor: False if the O_NONBLOCK flag is

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

os.setpgid(pid, pgrp) Call the system call setpgid() to set the process group id of the process with id pid

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

time.localtime([secs]) Like gmtime() but converts to local time. If secs is not provided or

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

class ctypes.HRESULT Windows only: Represents a HRESULT value, which contains success or error information for

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

class ctypes.c_float Represents the C float datatype. The constructor accepts an optional float initializer.

2025-01-10 15:47:30