| | |
Methods defined here:
- filter(self, val, **kw)
- Encode Unicode strings, by default in UTF-8
Methods inherited from Cheetah.Filters.Filter:
- __init__(self, templateObj=<Cheetah.Filters.DummyTemplate instance>)
- Setup a ref to the templateObj. Subclasses should call this method.
- generateAutoArgs(self)
- This hook allows the filters to generate an arg-list that will be
appended to the arg-list of a $placeholder tag when it is being
translated into Python code during the template compilation process. See
the 'Pager' filter class for an example.
|