/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_MozillaCookieJar.py | 47 def _really_load(self, f, filename, ignore_discard, ignore_expires): 102 if not ignore_expires and c.is_expired(now): 113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 125 if not ignore_expires and cookie.is_expired(now):
|
_LWPCookieJar.py | 62 def as_lwp_str(self, ignore_discard=True, ignore_expires=True): 65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save 73 if not ignore_expires and cookie.is_expired(now): 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 89 f.write(self.as_lwp_str(ignore_discard, ignore_expires)) 93 def _really_load(self, f, filename, ignore_discard, ignore_expires): 161 if not ignore_expires and c.is_expired(now):
|
cookielib.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_MozillaCookieJar.py | 47 def _really_load(self, f, filename, ignore_discard, ignore_expires): 102 if not ignore_expires and c.is_expired(now): 113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 125 if not ignore_expires and cookie.is_expired(now):
|
_LWPCookieJar.py | 62 def as_lwp_str(self, ignore_discard=True, ignore_expires=True): 65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save 73 if not ignore_expires and cookie.is_expired(now): 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 89 f.write(self.as_lwp_str(ignore_discard, ignore_expires)) 93 def _really_load(self, f, filename, ignore_discard, ignore_expires): 161 if not ignore_expires and c.is_expired(now):
|
cookielib.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 47 def _really_load(self, f, filename, ignore_discard, ignore_expires): 102 if not ignore_expires and c.is_expired(now): 113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 125 if not ignore_expires and cookie.is_expired(now):
|
_LWPCookieJar.py | 62 def as_lwp_str(self, ignore_discard=True, ignore_expires=True): 65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save 73 if not ignore_expires and cookie.is_expired(now): 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 89 f.write(self.as_lwp_str(ignore_discard, ignore_expires)) 93 def _really_load(self, f, filename, ignore_discard, ignore_expires): 161 if not ignore_expires and c.is_expired(now):
|
cookielib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 47 def _really_load(self, f, filename, ignore_discard, ignore_expires): 102 if not ignore_expires and c.is_expired(now): 113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 125 if not ignore_expires and cookie.is_expired(now):
|
_LWPCookieJar.py | 62 def as_lwp_str(self, ignore_discard=True, ignore_expires=True): 65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save 73 if not ignore_expires and cookie.is_expired(now): 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 89 f.write(self.as_lwp_str(ignore_discard, ignore_expires)) 93 def _really_load(self, f, filename, ignore_discard, ignore_expires): 161 if not ignore_expires and c.is_expired(now):
|
cookielib.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cookielib.py | 391 c.save(ignore_expires=True, ignore_discard=True) 394 c.revert(ignore_expires=True, ignore_discard=True) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cookielib.py | 391 c.save(ignore_expires=True, ignore_discard=True) 394 c.revert(ignore_expires=True, ignore_discard=True) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 391 c.save(ignore_expires=True, ignore_discard=True) 394 c.revert(ignore_expires=True, ignore_discard=True) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 391 c.save(ignore_expires=True, ignore_discard=True) 394 c.revert(ignore_expires=True, ignore_discard=True) [all...] |