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 0x406e2f2c>, <class urllib2.UnknownHandler at 0x406f023c>, <class mechanize._urllib2_support.HTTPHandler at 0x416ab1ac>, <class urllib2.HTTPDefaultErrorHandler at 0x406e2ecc>, <class mechanize._urllib2_support.HTTPRedirectHandler at 0x416a414c>, <class urllib2.FTPHandler at 0x406f029c>, <class urllib2.FileHandler at 0x406f026c>, <class mechanize._urllib2_support.HTTPRequestUpgradeProcessor at 0x416a477c>, <class mechanize._urllib2_support.HTTPCookieProcessor at 0x416a4f8c>, <class mechanize._urllib2_support.HTTPErrorProcessor at 0x416ab14c>]
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.