HomeSort by relevance Sort by last modified time
    Searched refs:ENCODED_AUTH (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_urllib2_localnet.py 90 ENCODED_AUTH = base64.b64encode(USER_PASSWD)
115 "Authorization") == "Basic " + self.ENCODED_AUTH:
  /external/python/cpython3/Lib/test/
test_urllib2_localnet.py 208 ENCODED_AUTH = base64.b64encode(USER_PASSWD.encode('ascii')).decode('ascii')
233 "Authorization", "") == "Basic " + self.ENCODED_AUTH:

Completed in 3010 milliseconds