Home » 
        MCQs » 
        CherryPy MCQs
    
        
    Which of the following components in CherryPy is a collection of utilities that are unrelated to the execution of an HTTP request?
    
    
    
	52. Which of the following components in CherryPy is a collection of utilities that are unrelated to the execution of an HTTP request?
    
      - cherrypy.engine
 
      - cherrypy.server
 
      - cherrypy.tools.
 
    
    Answer: C) cherrypy.tools.
    Explanation:
    Cherrypy.tools is a collection of utilities that are unrelated to the execution of an HTTP request.