obspy.clients.fdsn.client.NoRedirectionHandler¶
- class NoRedirectionHandler[source]¶
Bases: urllib.request.HTTPRedirectHandler
Handler that does not direct!
Attributes
__dict__ __doc__ str(object=’‘) -> str __module__ str(object=’‘) -> str __weakref__ list of weak references to the object (if defined) handler_order int(x=0) -> integer inf_msg str(object=’‘) -> str max_redirections int(x=0) -> integer max_repeats int(x=0) -> integer 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
__dir__ default dir() implementation __format__ default object formatter __lt__ __new__ Create and return a new object. __reduce__ helper for pickle __reduce_ex__ helper for pickle __sizeof__ size of object in memory, in bytes __subclasshook__ Abstract classes can override this to customize issubclass().