getopt.getopt()
  • References/Python/Python/Operating System

getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list

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

read([size]) Read and return size bytes, or if size is not given or negative, until EOF or if the read call

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

class io.TextIOBase Base class for text streams. This class provides a character and line based interface to stream I/O. There

2025-01-10 15:47:30
getopt.GetoptError
  • References/Python/Python/Operating System

exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring

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

curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1

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

getbuffer() Return a readable and writable view over the contents of the buffer without copying them. Also, mutating the view

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

curses.ascii.isdigit(c) Checks for an ASCII decimal digit, '0' through '9'. This is equivalent to

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

curses.ascii.isspace(c) Checks for ASCII white-space characters; space, line feed, carriage return, form feed, horizontal tab

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

os.getresuid() Return a tuple (ruid, euid, suid) denoting the current process’s real, effective, and saved user ids.

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

window.getparyx() Return the beginning coordinates of this window relative to its parent window into two integer variables y

2025-01-10 15:47:30