class documentation

class RedirectCycleError(Exception):

View In Hierarchy

The test client has been asked to follow a redirect loop.
Method __init__ Undocumented
Instance Variable last​_response Undocumented
Instance Variable redirect​_chain Undocumented
def __init__(self, message, last_response):

Undocumented

last_response =

Undocumented

redirect_chain =

Undocumented