class ctypes.c_double Represents the C double datatype. The constructor accepts an optional float initializer.
in_dll(library, name) This method returns a ctypes type instance exported by a shared library. name is the name of
platform.win32_ver(release='', version='', csd='', ptype='') Get additional version information from the Windows Registry and
platform.python_version() Returns the Python version as string 'major.minor.patchlevel'. Note
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
window.scroll([lines=1]) Scroll the screen or scrolling region upward by lines lines.
window.encoding Encoding used to encode method arguments (Unicode strings and characters). The encoding attribute is inherited
class ctypes._FuncPtr Base class for C callable foreign functions. Instances of foreign functions
Page 66 of 67