class documentation

class _FakeUrllib2Response: (source)

View In Hierarchy

A fake urllib2.Response object for cookielib to work with.
Present Since
11.1
Method __init__ Undocumented
Method info Undocumented
Instance Variable response Underlying Twisted Web response.
def __init__(self, response): (source)

Undocumented

def info(self): (source)

Undocumented

response: twisted.web.iweb.IResponse = (source)
Underlying Twisted Web response.