MCPcopy Index your code
hub / github.com/RustPython/RustPython / path_return_ok

Method path_return_ok

Lib/http/cookiejar.py:869–872  ·  view source on GitHub ↗

Return false if cookies should not be returned, given cookie path.

(self, path, request)

Source from the content-addressed store, hash-verified

867 return True
868
869 def path_return_ok(self, path, request):
870 """Return false if cookies should not be returned, given cookie path.
871 """
872 return True
873
874
875class DefaultCookiePolicy(CookiePolicy):

Callers 1

_cookies_for_domainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected