Class
mechanize._html.Factory

Factory for forms, links, etc.

This interface may expand in future.

Public methods:

set_request_class(request_class) set_response(response) forms() links()

Public attributes:

encoding: string specifying the encoding of response if it contains a text document (this value is left unspecified for documents that do not have an encoding, e.g. an image file) is_html: true if response contains an HTML document (XHTML may be regarded as HTML too) title: page title, or None if no title or not HTML

Base classes

There are no base classes.

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

There are no attributes in this class.

Methods

Known Subclasses