Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py1675 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size variable
2068 if len(self.ftpcache) > MAXFTPCACHE: