class ctypes.c_int32 Represents the C 32-bit signed int datatype. Usually an alias for c_int.
curses.ascii.isalpha(c) Checks for an ASCII alphabetic character; it is equivalent to isupper(c) or islower(c)
os.getegid() Return the effective group id of the current process. This corresponds to the “set id” bit on the file being executed
class io.IncrementalNewlineDecoder A helper codec that decodes newlines for universal newlines
class ctypes._FuncPtr Base class for C callable foreign functions. Instances of foreign functions
curses.nonl() Leave newline mode. Disable translation of return into newline on input, and disable low-level translation of
_anonymous_ An optional sequence that lists the names of unnamed (anonymous) fields. _anonymous_ must be already
curses.noecho() Leave echo mode. Echoing of input characters is turned off.
os.scandir(path='.') Return an iterator of DirEntry objects corresponding to the entries in the directory given
ArgumentParser.parse_args(args=None, namespace=None) Convert argument strings to objects and assign them as attributes of the
Page 67 of 67