Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2_localnet.py101 auth_dict = {}
109 auth_dict[name] = value
110 return auth_dict
112 def _validate_auth(self, auth_dict, password, method, uri): argument
114 final_dict.update(auth_dict)
128 return response == auth_dict["response"]
160 auth_dict = self._create_auth_dict(
163 if auth_dict["username"] in self._users:
164 password = self._users[ auth_dict["username"] ]
167 if not auth_dict.get("nonce") in self._nonces:
[all …]