Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ 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
1
isinstance
Function · 0.85
Tested by
no test coverage detected