Class
mechanize._util.closeable_response

Avoids unnecessarily clobbering urllib.addinfourl methods on .close().

Only supports responses returned by mechanize.HTTPHandler.

After .close(), the following methods are supported:

.read() .readline() .readlines() .seek() .tell() .info() .geturl() .__iter__() .next() .close()

and the following attributes are supported:

.code .msg

Also supports pickling (but the stdlib currently does something to prevent it: http://python.org/sf/1144636).

Base classes

There are no base classes.

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

Methods

Known Subclasses