This class's interface is quite likely to change.
There are no base classes.
There are no implemented interfaces.
default_classes
(type:
list)
[<class urllib2.ProxyHandler at 0x2aaab1c04470>, <class urllib2.UnknownHandler at 0x2aaab1c04a10>, <class mechanize._http.HTTPHandler at 0x2372a70>, <class mechanize._http.HTTPDefaultErrorHandler at 0x23729b0>, <class mechanize._http.HTTPRedirectHandler at 0x22ffdd0>, <class urllib2.FTPHandler at 0x2aaab1c04ad0>, <class urllib2.FileHandler at 0x2aaab1c04a70>, <class mechanize._upgrade.HTTPRequestUpgradeProcessor at 0x2273650>, <class mechanize._http.HTTPCookieProcessor at 0x2372710>, <class mechanize._http.HTTPErrorProcessor at 0x2372950>, <class mechanize._http.HTTPSHandler at 0x2372b30>]handlers
(type:
list)
[]replacement_handlers
(type:
list)
[]build_opener(*handlers)
Create an opener object from a list of handlers and processors.
The opener will use several default handlers and processors, including support for HTTP and FTP.
If any of the handlers passed as arguments are subclasses of the default handlers, the default handlers will not be used.
There are no known subclasses.