class documentation

class _FakeStdlibResponse(_ResponseBase):

Constructor: _FakeStdlibResponse(response)

View In Hierarchy

A fake urllib.response.Response object for http.cookiejar to work with.

Present Since
11.1
Method __init__ Undocumented
Method info Undocumented
Instance Variable response Underlying Twisted Web response.
def __init__(self, response: IResponse):

Undocumented

def info(self) -> _InfoType:

Undocumented

response: IResponse =

Underlying Twisted Web response.