obspy.clients.fdsn.client.NoRedirectionHandler

class NoRedirectionHandler[source]

Bases: urllib2.HTTPRedirectHandler

Handler that does not direct!

Attributes

__doc__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string
handler_order int(x=0) -> int or long
inf_msg str(object=’‘) -> string
max_redirections int(x=0) -> int or long
max_repeats int(x=0) -> int or long

Public Methods

add_parent
close
http_error_301
http_error_302
http_error_303
http_error_307
redirect_request Copied and modified from the standard library.

Special Methods

__lt__