MCPcopy Index your code
hub / github.com/python/cpython / server_bind

Method server_bind

Lib/test/test_asyncio/utils.py:214–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 request_timeout = support.LOOPBACK_TIMEOUT
213
214 def server_bind(self):
215 UnixHTTPServer.server_bind(self)
216 self.setup_environ()
217
218 def get_request(self):
219 request, client_addr = super().get_request()

Callers

nothing calls this directly

Calls 2

server_bindMethod · 0.45
setup_environMethod · 0.45

Tested by

no test coverage detected