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