xml.etree.ElementTree.XMLParser.close()

close() Finishes feeding data to the parser. Returns the result of calling the close() method of the target passed during construction; by default, this is the toplevel document element.

msilib.UuidCreate()

msilib.UuidCreate() Return the string representation of a new unique identifier. This wraps the Windows API functions UuidCreate() and UuidToString().

doctest.DocTestFinder.find()

find(obj[, name][, module][, globs][, extraglobs]) Return a list of the DocTests that are defined by obj‘s docstring, or by any of its contained objects’ docstrings. The optional argument name specifies the object’s name; this name will be used to construct names for the returned DocTests. If name is not specified, then obj.__name__ is used. The optional parameter module is the module that contains the given object. If the module is not specified or is None, then the test finder will attempt

xml.dom.Node.firstChild

Node.firstChild The first child of the node, if there are any, or None. This is a read-only attribute.

xml.dom.Node.lastChild

Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.

ipaddress.IPv6Network.is_multicast

is_multicast

xmlrpc.server.DocXMLRPCRequestHandler

class xmlrpc.server.DocXMLRPCRequestHandler Create a new request handler instance. This request handler supports XML-RPC POST requests, documentation GET requests, and modifies logging so that the logRequests parameter to the DocXMLRPCServer constructor parameter is honored.

wave.Wave_write.setnframes()

Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually written is different (this update attempt will raise an error if the output stream is not seekable).

xml.parsers.expat.xmlparser.SetBase()

xmlparser.SetBase(base) Sets the base to be used for resolving relative URIs in system identifiers in declarations. Resolving relative identifiers is left to the application: this value will be passed through as the base argument to the ExternalEntityRefHandler(), NotationDeclHandler(), and UnparsedEntityDeclHandler() functions.

urllib.request.HTTPDefaultErrorHandler

class urllib.request.HTTPDefaultErrorHandler A class which defines a default handler for HTTP error responses; all responses are turned into HTTPError exceptions.