Searched refs:ftpcache (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Durllib.py99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Durllib.py99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
[all...]

Completed in 95 milliseconds