Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_users
Method
set_users
Lib/test/test_urllib2_localnet.py:97–99 ·
view source on GitHub ↗
(self, users)
Source
from the content-addressed store, hash-verified
95
self._qop = qop
96
97
def
set_users(self, users):
98
assert isinstance(users, dict)
99
self._users = users
100
101
def
set_realm(self, realm):
102
self._realm_name = realm
Callers
1
setUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected