modulo.templating.genshiΒΆ

Functions

isfile(path) Test whether a path is a regular file
join(a, *p) Join two or more pathname components, inserting ‘/’ as needed.

Classes

Action(req, params) Represents an action that can be taken by the server.
FileResource(req, params) A base class for an action that reads the contents of a file.
GenshiFilesystemTemplate(req, params)
GenshiFilter(req, params)
GenshiStreamRenderer(req, params)
TemplateLoader([search_path, auto_reload, ...]) Responsible for loading templates from files on the specified search path.

Previous topic

modulo.templating.clearsilver

Next topic

modulo.templating.jinja2

This Page