MCPcopy Index your code
hub / github.com/python/cpython / return_ok_expires

Method return_ok_expires

Lib/http/cookiejar.py:1142–1146  ·  view source on GitHub ↗
(self, cookie, request)

Source from the content-addressed store, hash-verified

1140 return True
1141
1142 def return_ok_expires(self, cookie, request):
1143 if cookie.is_expired(self._now):
1144 _debug(" cookie expired")
1145 return False
1146 return True
1147
1148 def return_ok_port(self, cookie, request):
1149 if cookie.port:

Callers

nothing calls this directly

Calls 2

_debugFunction · 0.85
is_expiredMethod · 0.80

Tested by

no test coverage detected