Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2_localnet.py95 def _create_auth_dict(self, auth_str): argument
96 first_space_index = auth_str.find(" ")
97 auth_str = auth_str[first_space_index+1:]
99 parts = auth_str.split(",")