View

class pycommunicate.server.bases.views.View

The base view class. This is designed to be subclassed to create your own views.

Again, don’t try and create these manually.

controller

The current Controller instance this view is bound to.

html_wrapper

An instance of HTMLWrapper.

render()

This method must be overridden, otherwise viewing it will result in a 500 server error. It should return the content of the page, usually as an html file.