MCPcopy 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
40class MockHandler(WSGIRequestHandler):

Callers 3

__init__Method · 0.95
http_serverFunction · 0.45
http_multi_serverFunction · 0.45

Calls 1

setup_environMethod · 0.45

Tested by

no test coverage detected