mtpgwlib.templates
index
/home/klokan/Projects/MarineTrans/opt/mtpgw/lib/mtpgwlib/templates/__init__.py

# Templates module

 
Package Contents
       
MTPreference
cheetahSupport

 
Classes
       
Cheetah.Filters.Filter
mtpgwlib.templates.cheetahSupport.EncodeUnicode

 
class EncodeUnicode(Cheetah.Filters.Filter)
     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.

 
Data
        __all__ = 'EncodeUnicode'