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

os.getppid() Return the parent’s process id. When the parent process has exited, on Unix the id returned is the one of the init

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

_type_ Specifies the type of each element in the array.

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

os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)

2025-01-10 15:47:30
io.IOBase.fileno()
  • References/Python/Python/Operating System

fileno() Return the underlying file descriptor (an integer) of the stream if it exists. An

2025-01-10 15:47:30
errno
  • References/Python/Python/Operating System

This module makes available standard errno system symbols. The value of each symbol is the corresponding integer value. The names and descriptions are borrowed

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

os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current

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

window.border([ls[, rs[, ts[, bs[, tl[, tr[, bl[, br]]]]]]]]) Draw a border around the edges of the window. Each parameter specifies

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
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
ctypes.c_uint64
  • References/Python/Python/Operating System

class ctypes.c_uint64 Represents the C 64-bit unsigned int datatype. Usually an alias for c_ulonglong

2025-01-10 15:47:30