Home
last modified time | relevance | path

Searched refs:is_expired (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_MozillaCookieJar.py102 if not ignore_expires and c.is_expired(now):
125 if not ignore_expires and cookie.is_expired(now):
D_LWPCookieJar.py73 if not ignore_expires and cookie.is_expired(now):
161 if not ignore_expires and c.is_expired(now):
Dcookielib.py774 def is_expired(self, now=None): member in Cookie
1103 if cookie.is_expired(self._now):
1705 if cookie.is_expired(now):