Panel.replace(win) Change the window associated with the panel to the window win.
ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address
os.getpid() Return the current process id.
curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1
platform.java_ver(release='', vendor='', vminfo=('', '', ''), osinfo=('', '', '')) Version interface for Jython.
exception os.error An alias for the built-in
curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1
os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute
writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided
time.strptime(string[, format]) Parse a string representing a time according to a format. The return value is a struct_time
Page 5 of 67