MCPcopy
hub / github.com/cherrypy/cherrypy / start

Method start

cherrypy/_cpserver.py:187–191  ·  view source on GitHub ↗

Start the HTTP server.

(self)

Source from the content-addressed store, hash-verified

185 return httpserver, self.bind_addr
186
187 def start(self):
188 """Start the HTTP server."""
189 if not self.httpserver:
190 self.httpserver, self.bind_addr = self.httpserver_from_self()
191 super(Server, self).start()
192 start.priority = 75
193
194 @property

Callers 2

startFunction · 0.45
quickstartFunction · 0.45

Calls 1

httpserver_from_selfMethod · 0.95

Tested by

no test coverage detected