Which of the following functions starts the web server in CherryPy?

20. Which of the following functions starts the web server in CherryPy?

  1. cherryPy.server.initiate()
  2. cherryPy.server.quickstart()
  3. cherryPy.server.start()

Answer: B) cherryPy.server.quickstart()

Explanation:

cherryPy.server.quickstart() function starts the web server in CherryPy.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.