class documentation

class _FakeStdlibResponse(_ResponseBase): (source)

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

Undocumented

def info(self) -> _InfoType: (source)

Undocumented

Underlying Twisted Web response.