class documentation

class _TestCookieResponse:

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):

Undocumented

Parameters
headers:t.Union[Headers, t.List[t.Tuple[str, str]]]Undocumented
def info(self):

Undocumented

Returns
_TestCookieHeadersUndocumented
headers =

Undocumented