Home | History | Annotate | Download | only in python2.7

Lines Matching refs:auth_cache

615         self.auth_cache = {}
784 if key in self.auth_cache:
786 del self.auth_cache[key]
788 return self.auth_cache[key]
790 if user or passwd: self.auth_cache[key] = (user, passwd)