cherrypy.tutorial.tut01_helloworld module

Tutorial - Hello World

The most basic (working) CherryPy application possible.

class cherrypy.tutorial.tut01_helloworld.HelloWorld[source]

Bases: object

Sample request handler class.

index()[source]