io.TextIOBase.encoding
  • References/Python/Python/Operating System

encoding The name of the encoding used to decode the stream’s bytes into strings, and to encode strings into bytes.

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

window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys

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

st_blocks Number of 512-byte blocks allocated for file. This may be smaller than st_size/512 when the file has

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

ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address

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

_length_ A positive integer specifying the number of elements in the array. Out-of-range subscripts result in 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.sysconf()
  • References/Python/Python/Operating System

os.sysconf(name) Return integer-valued system configuration values. If the configuration value specified by name isn’t

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

os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any

2025-01-10 15:47:30