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
os.WTERMSIG(status) Return the signal which caused the process to exit. Availability: Unix.
exception io.BlockingIOError This is a compatibility alias for the builtin
class ctypes.c_longlong Represents the C signed long long datatype. The constructor accepts an optional integer
_type_ Specifies the type of each element in the array.
write(b) Write the given bytes-like object, b, and return the number of bytes
class ctypes.c_ushort Represents the C unsigned short datatype. The constructor accepts an optional integer initializer;
time.strptime(string[, format]) Parse a string representing a time according to a format. The return value is a struct_time
window.attron(attr) Add attribute attr from the “background” set applied to all writes to the current window.
class ctypes.c_int8 Represents the C 8-bit signed int datatype. Usually an alias for c_byte.
Page 1 of 67