Home
last modified time | relevance | path

Searched refs:MAXFTPCACHE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size variable
540 if len(self.ftpcache) > MAXFTPCACHE:
/external/python/cpython3/Lib/urllib/
Drequest.py1669 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size variable
2062 if len(self.ftpcache) > MAXFTPCACHE: