os.execlp(file, arg0, arg1, ...) os.execlpe(file, arg0, arg1, ..., env) os.execv(path, args)
class ctypes.c_uint32 Represents the C 32-bit unsigned int datatype. Usually an alias for c_uint.
os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) Change the owner and group id of path to the numeric
window.insch(ch[, attr]) window.insch(y, x, ch[, attr]) Paint character ch at (y, x) with
os.putenv(key, value) Set the environment variable named key to the string value. Such changes to the environment
st_blocks Number of 512-byte blocks allocated for file. This may be smaller than st_size/512 when the file has
ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address
readable() Return True if the stream can be read from. If False, read() will raise
os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling
class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are
Page 7 of 67