class documentation

class StopDownload(Exception):

View In Hierarchy

Stop the download of the body for a given response. The 'fail' boolean parameter indicates whether or not the resulting partial response should be handled by the request errback. Note that 'fail' is a keyword-only argument.
Method __init__ Undocumented
Instance Variable fail Undocumented
def __init__(self, *, fail=True):

Undocumented

fail =

Undocumented