There are no implemented interfaces.
BLOCK_SIZE
(type:
int)
8192add_handler(handler)
close()
error(proto, *args)
open(fullurl, data=None)
process_response_object(response)
retrieve(fullurl, filename=None, reporthook=None, data=None)
Returns (filename, headers).
For remote objects, the default filename will refer to a temporary file. Temporary files are removed when the OpenerDirector.close() method is called.
For file: URLs, at present the returned filename is None. This may change in future.
If the actual number of bytes read is less than indicated by the Content-Length header, raises ContentTooShortError (a URLError subclass). The exception's .result attribute contains the (filename, headers) that would have been returned.
There are no known subclasses.