Searched refs:is_expired (Results 1 – 3 of 3) sorted by relevance
102 if not ignore_expires and c.is_expired(now):125 if not ignore_expires and cookie.is_expired(now):
73 if not ignore_expires and cookie.is_expired(now):161 if not ignore_expires and c.is_expired(now):
774 def is_expired(self, now=None): member in Cookie1103 if cookie.is_expired(self._now):1705 if cookie.is_expired(now):