errcheck Assign a Python function or another callable to this attribute. The callable will be called with three or more arguments:
window.inch([y, x]) Return the character at the given position in the window. The bottom 8 bits are the character proper, and
_b_base_ Sometimes ctypes data instances do not own the memory block they contain, instead they share part of the memory block
from_param(obj) This method adapts obj to a ctypes type. It is called with the actual object used in a foreign function
curses.pair_number(attr) Return the number of the color-pair set by the attribute value attr. color_pair()
os.fsencode(filename) Encode filename to the filesystem encoding with 'surrogateescape' error handler
os.seteuid(euid) Set the current process’s effective user id. Availability: Unix.
curses.ascii.isupper(c) Checks for an ASCII uppercase letter.
write(b) Write the bytes-like object, b, and return the number of bytes written
ctypes.resize(obj, size) This function resizes the internal memory buffer of obj, which must be an instance of a ctypes
Page 39 of 67