Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ server_bind
Method
server_bind
Lib/test/test_wsgiref.py:33–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.server_bind()
32
33
def
server_bind(self):
34
host, port = self.server_address
35
self.server_name = host
36
self.server_port = port
37
self.setup_environ()
38
39
40
class
MockHandler(WSGIRequestHandler):
Callers
3
__init__
Method · 0.95
http_server
Function · 0.45
http_multi_server
Function · 0.45
Calls
1
setup_environ
Method · 0.45
Tested by
no test coverage detected