BaseHandler.close() Remove any parents.
csv.unregister_dialect(name) Delete the dialect associated with name from the dialect registry. An Error is raised if name is not a registered dialect name.
copyright license credits Objects that when printed, print a message like “Type license() to see the full license text”, and when called, display the corresponding text in a pager-like fashion (one screen at a time).
class tkinter.tix.ButtonBox The ButtonBox widget creates a box of buttons, such as is commonly used for Ok Cancel.
startTestRun() Called once before any tests are executed. New in version 3.1.
st_atime Time of most recent access expressed in seconds.
window.is_wintouched() Return True if the specified window was modified since the last call to refresh(); otherwise return False.
class xml.dom.pulldom.SAX2DOM(documentFactory=None) Subclass of xml.sax.handler.ContentHandler.
FTP.quit() Send a QUIT command to the server and close the connection. This is the “polite” way to close a connection, but it may raise an exception if the server responds with an error to the QUIT command. This implies a call to the close() method which renders the FTP instance useless for subsequent calls (see below).
curses.panel.new_panel(win) Returns a panel object, associating it with the given window win. Be aware that you need to keep the returned panel object referenced explicitly. If you don’t, the panel object is garbage collected and removed from the panel stack.
Page 38 of 663