MCPcopy Create free account
hub / github.com/python/cpython / return_ok

Method return_ok

Lib/http/cookiejar.py:860–862  ·  view source on GitHub ↗

Return true if (and only if) cookie should be returned to server.

(self, cookie, request)

Source from the content-addressed store, hash-verified

858 raise NotImplementedError()
859
860 def return_ok(self, cookie, request):
861 """Return true if (and only if) cookie should be returned to server."""
862 raise NotImplementedError()
863
864 def domain_return_ok(self, domain, request):
865 """Return false if cookies should not be returned, given cookie domain.

Callers 1

_cookies_for_domainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected