Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_qop
Method
set_qop
Lib/test/test_urllib2_localnet.py:94–95 ·
view source on GitHub ↗
(self, qop)
Source
from the content-addressed store, hash-verified
92
self._qop =
"auth"
93
94
def
set_qop(self, qop):
95
self._qop = qop
96
97
def
set_users(self, users):
98
assert isinstance(users, dict)
Callers
4
test_proxy_with_bad_password_raises_httperror
Method · 0.80
test_proxy_with_no_password_raises_httperror
Method · 0.80
test_proxy_qop_auth_works
Method · 0.80
test_proxy_qop_auth_int_works_or_throws_urlerror
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected