Name Description Size
__init__.py 0
autohandler.py adds autohandler functionality to Mako templates. requires that the TemplateLookup class is used with templates. usage:: <%! from mako.ext.autohandler import autohandler %> <%inherit file="${autohandler(template, context)}"/> or with custom autohandler filename:: <%! from mako.ext.autohandler import autohandler %> <%inherit file="${autohandler(template, context, name='somefilename')}"/> 1885
babelplugin.py gettext message extraction via Babel: http://babel.edgewall.org/ 2138
beaker_cache.py Provide a :class:`.CacheImpl` for the Beaker caching system. 2599
extract.py Return the multiline comment at lineno split into a list of comment line numbers and the accompanying comment line 4616
linguaplugin.py Mako templates 1954
preprocessors.py preprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookup 576
pygmentplugin.py (?s)<%doc>.*?</%doc> 4951
turbogears.py TurboGears compatible Template Plugin. 2165