class io.TextIOBase Base class for text streams. This class provides a character and line based interface to stream I/O. There
os.getpgrp() Return the id of the current process group. Availability: Unix.
window.insch(ch[, attr]) window.insch(y, x, ch[, attr]) Paint character ch at (y, x) with
window.cursyncup() Update the current cursor position of all the ancestors of the window to reflect the current cursor position
os.getenv(key, default=None) Return the value of the environment variable key if it exists, or default if
window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys
class ctypes.Array(*args) Abstract base class for arrays. The recommended way to create concrete
os.execlp(file, arg0, arg1, ...) os.execlpe(file, arg0, arg1, ..., env) os.execv(path, args)
os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.
getbuffer() Return a readable and writable view over the contents of the buffer without copying them. Also, mutating the view
Page 14 of 67