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.putp()
  • References/Python/Python/Operating System

curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for

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

ctypes.addressof(obj) Returns the address of the memory buffer as integer. obj must be an instance of a ctypes type

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

os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()

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

readable() Return True if the stream can be read from. If False, read() will raise

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

class io.BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffered interface to random access streams. It inherits

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

time.altzone The offset of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local

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

curses.qiflush([flag]) If flag is False, the effect is the same as calling noqiflush(). If

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

time.strptime(string[, format]) Parse a string representing a time according to a format. The return value is a struct_time

2025-01-10 15:47:30