Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2_localnet.py114 auth_dict = {}
122 auth_dict[name] = value
123 return auth_dict
125 def _validate_auth(self, auth_dict, password, method, uri): argument
127 final_dict.update(auth_dict)
141 return response == auth_dict["response"]
173 auth_dict = self._create_auth_dict(
176 if auth_dict["username"] in self._users:
177 password = self._users[ auth_dict["username"] ]
180 if not auth_dict.get("nonce") in self._nonces:
[all …]