class documentation

class _TestCookieHeaders:

View In Hierarchy

A headers adapter for cookielib
Method __init__ Undocumented
Method get​_all Undocumented
Method getheaders Undocumented
Instance Variable headers Undocumented
def __init__(self, headers):

Undocumented

Parameters
headers:t.Union[Headers, t.List[t.Tuple[str, str]]]Undocumented
def get_all(self, name, default=None):

Undocumented

Parameters
name:strUndocumented
default:t.Optional[t.Iterable[str]]Undocumented
Returns
t.Iterable[str]Undocumented
def getheaders(self, name):

Undocumented

Parameters
name:strUndocumented
Returns
t.Iterable[str]Undocumented
headers =

Undocumented