Searched defs:ENCODED_AUTH (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_urllib2_localnet.py | 213 ENCODED_AUTH = base64.b64encode(USER_PASSWD.encode('ascii')).decode('ascii') variable in BasicAuthHandler |
Completed in 2 milliseconds