class documentation

class _TestCookieResponse: (source)

View In Hierarchy

Something that looks like a httplib.HTTPResponse, but is actually just an adapter for our test responses to make them available for cookielib.

Method __init__ Undocumented
Method info Undocumented
Instance Variable headers Undocumented
def __init__(self, headers: t.Union[Headers, t.List[t.Tuple[str, str]]]): (source)

Undocumented

Undocumented

Undocumented