MCPcopy
hub / github.com/pallets/werkzeug / ClientRedirectError

Class ClientRedirectError

src/werkzeug/test.py:767–770  ·  view source on GitHub ↗

If a redirect loop is detected when using follow_redirects=True with the :cls:`Client`, then this exception is raised.

Source from the content-addressed store, hash-verified

765
766
767class ClientRedirectError(Exception):
768 """If a redirect loop is detected when using follow_redirects=True with
769 the :cls:`Client`, then this exception is raised.
770 """
771
772
773class Client:

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by 1

openMethod · 0.68