Warning
This documentation does not refer to the most recent version of Pylons. Current Documentation
The Helpers class is accessible via the pylons.util module.
Initialize Helpers object for request with helpers module/object
When called, the Helpers object will return itself, after initializing itself for the current thread/request. It is intended to be run at the begginning of every request to clear the thread local it uses and setup the helpers space that will be used for fetching helper names as well as translation.
See the source for more information.