Functions
| Event(*args, **kwargs) | |
| WSGIModuloApp(action_tree[, error_tree, ...]) | |
| all_of(*cls) | Creates an Action subclass that passes requests to all given classes. |
| any_of(*cls, **kwargs) | Creates an Action subclass that passes requests to one of the given classes. |
| compact(*names) | |
| in_cwd(filename) | |
| in_skeld(filename) | |
| in_thisd(filename) | |
| main([host]) | |
| setup_all(*args, **kwargs[, create_tables]) | Setup the table and mapper of all entities in the default entity collection. |
Classes
| Action(req, params) | Represents an action that can be taken by the server. |
| CheckExists(req, params) | |
| ConfigLoader(req, params) | |
| ContentTypeAction(req, params) | A handler which guesses and/or assigns a value for the Content-Type header. |
| DatabaseConfigurator(req, params) | |
| DateAction(req, params) | An action which assigns the Date header to the response. |
| EventTrigger(req, params) | |
| FileResource(req, params) | A base class for an action that reads the contents of a file. |
| MiniTemplate(req, params) | |
| SkeletonWriter(req, params) | |
| Template(source[, filename, charset, ...]) | Represents a simple text based template. |
| Thread([group, target, name, args, kwargs, ...]) | |
| URIFilter(req, params) | A handler which only accepts requests that match a URI regular expression. |