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

Method server_bind

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

Source from the content-addressed store, hash-verified

202 class UnixHTTPServer(socketserver.UnixStreamServer, HTTPServer):
203
204 def server_bind(self):
205 socketserver.UnixStreamServer.server_bind(self)
206 self.server_name = '127.0.0.1'
207 self.server_port = 80
208
209
210 class UnixWSGIServer(UnixHTTPServer, WSGIServer):

Callers 1

server_bindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected