Trees Indices Help
Python Standard Library
Module robotparser :: Class URLopener
[]

_ClassType URLopener

 urllib.URLopener --+ 
 | 
urllib.FancyURLopener --+
 |
 URLopener

Instance Methods [hide private]
__init__(self, *args)
http_error_default(self, url, fp, errcode, errmsg, headers)
Default error handling -- don't raise an exception.

Inherited from urllib.FancyURLopener : get_user_passwd , http_error_301 , http_error_302 , http_error_303 , http_error_307 , http_error_401 , http_error_407 , prompt_user_passwd , redirect_internal , retry_http_basic_auth , retry_https_basic_auth , retry_proxy_http_basic_auth , retry_proxy_https_basic_auth

Inherited from urllib.URLopener : __del__ , addheader , cleanup , close , http_error , open , open_data , open_file , open_ftp , open_gopher , open_http , open_https , open_local_file , open_unknown , open_unknown_proxy , retrieve

Class Variables [hide private]

Inherited from urllib.URLopener : version

Method Details [hide private]

__init__(self, *args)
(Constructor)

Overrides: urllib.URLopener.__init__

http_error_default(self, url, fp, errcode, errmsg, headers)

Default error handling -- don't raise an exception.

Overrides: urllib.URLopener.http_error_default
(inherited documentation)

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /