CookiePolicy.set_ok(cookie, request)
Return boolean value indicating whether cookie should be accepted from server.
cookie is a Cookie
instance. request is an object implementing the interface defined by the documentation for CookieJar.extract_cookies()
.
Please login to continue.