class ctypes.PyDLL(name, mode=DEFAULT_MODE, handle=None) Instances of this class behave like CDLL instances, except
window.insertln() Insert a blank line under the cursor. All following lines are moved down by one line.
window.leaveok(yes) If yes is 1, cursor is left where it is on update, instead of being at “cursor position.” This
ctypes.memmove(dst, src, count) Same as the standard C memmove library function: copies count bytes from src
class ctypes.c_long Represents the C signed long datatype. The constructor accepts an optional integer initializer;
time.localtime([secs]) Like gmtime() but converts to local time. If secs is not provided or
class ctypes.c_float Represents the C float datatype. The constructor accepts an optional float initializer.
ctypes.cast(obj, type) This function is similar to the cast operator in C. It returns a new instance of type which
window.redrawwin() Touch the entire window, causing it to be completely redrawn on the next refresh() call.
window.getmaxyx() Return a tuple (y, x) of the height and width of the window.
Page 43 of 67