Functions
| compact(*names) | |
| default_fmt(k, v) | |
| environ_next(environ, keyfmt[, value]) | Given a key format containing a %d placeholder, looks for the lowest number such that the format string with that number substituted does not exist in the environment, and assigns the given value to that key. |
| hdf_insert_dict(hdf, ddict[, path, fmt]) | Insert a dictionary of values as children of an HDF node |
| hdf_insert_list(hdf, dlist[, path, fmt]) | Insert a list of values as children of an HDF node |
| hdf_insert_model(hdf, dmodel[, path, fmt]) | |
| hdf_insert_value(hdf, dvalue, path[, fmt]) | Insert a value as a string |
| hdf_iterate(hdf[, path]) | Iterates over the children of an HDF node |
| load_hdf_cgi_vars(req, hdf) | Load request data into the HDF as is done by the CGI kit. |
| load_hdf_common_vars(req, hdf) | Load the HDF with values common to every page |
| load_hdf_cookie_vars(req, hdf) | Copies data from the cookies into the HDF object. |
| load_hdf_session_vars(req, hdf) | Initializes the session and loads its data into the HDF object. |
Classes
| Action(req, params) | Represents an action that can be taken by the server. |
| ClearsilverDataFile(req, params) | An Action that loads a Clearsilver data file into the HDF. |
| ClearsilverLoadPath(req, params) | |
| ClearsilverRendering(req, params) | |
| ClearsilverTemplate(req, params) | |
| Entity(**kwargs) | The base class for all entities |
| FileResource(req, params) | A base class for an action that reads the contents of a file. |
| HDFDataFile(req, params) | An Action that loads an HDF data file into the parameter list. |
Exceptions
| EmptyTemplateError | An exception to be raised when a template object is empty and produces no output. |