class ctypes.Array(*args) Abstract base class for arrays. The recommended way to create concrete
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
os.set_blocking(fd, blocking) Set the blocking mode of the specified file descriptor. Set the O_NONBLOCK flag if
_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
Page 1 of 67