unittest.TestResult.startTestRun()

startTestRun() Called once before any tests are executed. New in version 3.1.

os.stat_result.st_atime

st_atime Time of most recent access expressed in seconds.

curses.window.is_wintouched()

window.is_wintouched() Return True if the specified window was modified since the last call to refresh(); otherwise return False.

xml.dom.pulldom.SAX2DOM

class xml.dom.pulldom.SAX2DOM(documentFactory=None) Subclass of xml.sax.handler.ContentHandler.

ftplib.FTP.quit()

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()

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.

gc.get_count()

gc.get_count() Return the current collection counts as a tuple of (count0, count1, count2).

cmd.Cmd.postloop()

Cmd.postloop() Hook method executed once when cmdloop() is about to return. This method is a stub in Cmd; it exists to be overridden by subclasses.

modulefinder.ModuleFinder.run_script()

run_script(pathname) Analyze the contents of the pathname file, which must contain Python code.

unicodedata.decomposition()

unicodedata.decomposition(chr) Returns the character decomposition mapping assigned to the character chr as string. An empty string is returned in case no such mapping is defined.