Home
last modified time | relevance | path

Searched refs:MAXFTPCACHE (Results 1 – 1 of 1) 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: