filecmp.dircmp.funny_files

funny_files Files which are in both a and b, but could not be compared.

filecmp.dircmp.left_list

left_list Files and subdirectories in a, filtered by hide and ignore.

msilib.Dialog

class msilib.Dialog(db, name, x, y, w, h, attr, title, first, default, cancel) Return a new Dialog object. An entry in the Dialog table is made, with the specified coordinates, dialog attributes, title, name of the first, default, and cancel controls. control(name, type, x, y, width, height, attributes, property, text, control_next, help) Return a new Control object. An entry in the Control table is made with the specified parameters. This is a generic method; for specific types, speciali

operator.index()

operator.index(a) operator.__index__(a) Return a converted to an integer. Equivalent to a.__index__().

xmlrpc.client.DateTime.encode()

encode(out) Write the XML-RPC encoding of this DateTime item to the out stream object.

aifc.aifc.rewind()

aifc.rewind() Rewind the read pointer. The next readframes() will start from the beginning.

io.TextIOWrapper.line_buffering

line_buffering Whether line buffering is enabled.

os.WIFSIGNALED()

os.WIFSIGNALED(status) Return True if the process exited due to a signal, otherwise return False. Availability: Unix.

xml.dom.NamedNodeMap.item()

NamedNodeMap.item(index) Return an attribute with a particular index. The order you get the attributes in is arbitrary but will be consistent for the life of a DOM. Each item is an attribute node. Get its value with the value attribute.

xml.dom.DocumentType.name

DocumentType.name The name of the root element as given in the DOCTYPE declaration, if present.