__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: https://pypi.org/project/Babel/ |
2091 |
beaker_cache.py |
Provide a :class:`.CacheImpl` for the Beaker caching system. |
2578 |
extract.py |
Return the multiline comment at lineno split into a list of
comment line numbers and the accompanying comment line |
4659 |
linguaplugin.py |
Mako templates |
1935 |
preprocessors.py |
preprocessing functions, used with the 'preprocessor'
argument on Template, TemplateLookup |
576 |
pygmentplugin.py |
(?s)<%doc>.*?</%doc> |
4753 |
turbogears.py |
TurboGears compatible Template Plugin. |
2141 |