Created
May 12, 2009 06:44
-
-
Save rtyler/110350 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Generated with the Python NameMapper | |
| # | |
| #!/usr/bin/env python | |
| ################################################## | |
| ## DEPENDENCIES | |
| import sys | |
| import os | |
| import os.path | |
| import __builtin__ | |
| from os.path import getmtime, exists | |
| import time | |
| import types | |
| from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion | |
| from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple | |
| from Cheetah.Template import Template | |
| from Cheetah.DummyTransaction import * | |
| from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList | |
| from Cheetah.CacheRegion import CacheRegion | |
| import Cheetah.Filters as Filters | |
| import Cheetah.ErrorCatchers as ErrorCatchers | |
| ################################################## | |
| ## MODULE CONSTANTS | |
| VFFSL=valueFromFrameOrSearchList | |
| VFSL=valueFromSearchList | |
| VFN=valueForName | |
| currentTime=time.time | |
| __CHEETAH_version__ = '2.1.2' | |
| __CHEETAH_versionTuple__ = (2, 1, 2, 'final', 0) | |
| __CHEETAH_genTime__ = 1242110238.31319 | |
| __CHEETAH_genTimestamp__ = 'Mon May 11 23:37:18 2009' | |
| __CHEETAH_src__ = None | |
| __CHEETAH_srcLastModified__ = None | |
| __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' | |
| if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: | |
| raise AssertionError( | |
| 'This template was compiled with Cheetah version' | |
| ' %s. Templates compiled before version %s must be recompiled.'%( | |
| __CHEETAH_version__, RequiredCheetahVersion)) | |
| ################################################## | |
| ## CLASSES | |
| class DynamicallyCompiledCheetahTemplate(Template): | |
| ################################################## | |
| ## CHEETAH GENERATED METHODS | |
| def __init__(self, *args, **KWs): | |
| Template.__init__(self, *args, **KWs) | |
| if not self._CHEETAH__instanceInitialized: | |
| cheetahKWArgs = {} | |
| allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split() | |
| for k,v in KWs.items(): | |
| if k in allowedKWs: cheetahKWArgs[k] = v | |
| self._initCheetahInstance(**cheetahKWArgs) | |
| def respond(self, trans=None): | |
| ## CHEETAH: main method generated for this template | |
| if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): | |
| trans = self.transaction # is None unless self.awake() was called | |
| if not trans: | |
| trans = DummyTransaction() | |
| _dummyTrans = True | |
| else: _dummyTrans = False | |
| write = trans.response().write | |
| SL = self._CHEETAH__searchList | |
| _filter = self._CHEETAH__currentFilter | |
| ######################################## | |
| ## START - generated method body | |
| _v = VFSL([locals()]+SL+[globals(), __builtin__],"escape",False)(VFSL([locals()]+SL+[globals(), __builtin__],"request",True)) # u'$escape($request)' on line 1, col 1 | |
| if _v is not None: write(_filter(_v, rawExpr=u'$escape($request)')) # from line 1, col 1. | |
| ######################################## | |
| ## END - generated method body | |
| return _dummyTrans and trans.response().getvalue() or "" | |
| ################################################## | |
| ## CHEETAH GENERATED ATTRIBUTES | |
| _CHEETAH__instanceInitialized = False | |
| _CHEETAH_version = __CHEETAH_version__ | |
| _CHEETAH_versionTuple = __CHEETAH_versionTuple__ | |
| _CHEETAH_genTime = __CHEETAH_genTime__ | |
| _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__ | |
| _CHEETAH_src = __CHEETAH_src__ | |
| _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__ | |
| _mainCheetahMethod_for_DynamicallyCompiledCheetahTemplate= 'respond' | |
| ## END CLASS DEFINITION | |
| if not hasattr(DynamicallyCompiledCheetahTemplate, '_initCheetahAttributes'): | |
| templateAPIClass = getattr(DynamicallyCompiledCheetahTemplate, '_CHEETAH_templateClass', Template) | |
| templateAPIClass._addCheetahPlumbingCodeToClass(DynamicallyCompiledCheetahTemplate) | |
| # CHEETAH was developed by Tavis Rudd and Mike Orr | |
| # with code, advice and input from many other volunteers. | |
| # For more information visit http://www.CheetahTemplate.org/ | |
| ################################################## | |
| ## if run from command line: | |
| if __name__ == '__main__': | |
| from Cheetah.TemplateCmdLineIface import CmdLineIface | |
| CmdLineIface(templateObj=DynamicallyCompiledCheetahTemplate()).run() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Generated with the C NameMapper | |
| # | |
| #!/usr/bin/env python | |
| ################################################## | |
| ## DEPENDENCIES | |
| import sys | |
| import os | |
| import os.path | |
| import __builtin__ | |
| from os.path import getmtime, exists | |
| import time | |
| import types | |
| from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion | |
| from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple | |
| from Cheetah.Template import Template | |
| from Cheetah.DummyTransaction import * | |
| from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList | |
| from Cheetah.CacheRegion import CacheRegion | |
| import Cheetah.Filters as Filters | |
| import Cheetah.ErrorCatchers as ErrorCatchers | |
| ################################################## | |
| ## MODULE CONSTANTS | |
| VFFSL=valueFromFrameOrSearchList | |
| VFSL=valueFromSearchList | |
| VFN=valueForName | |
| currentTime=time.time | |
| __CHEETAH_version__ = '2.1.2' | |
| __CHEETAH_versionTuple__ = (2, 1, 2, 'final', 0) | |
| __CHEETAH_genTime__ = 1242110668.3397601 | |
| __CHEETAH_genTimestamp__ = 'Mon May 11 23:44:28 2009' | |
| __CHEETAH_src__ = None | |
| __CHEETAH_srcLastModified__ = None | |
| __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' | |
| if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: | |
| raise AssertionError( | |
| 'This template was compiled with Cheetah version' | |
| ' %s. Templates compiled before version %s must be recompiled.'%( | |
| __CHEETAH_version__, RequiredCheetahVersion)) | |
| ################################################## | |
| ## CLASSES | |
| class DynamicallyCompiledCheetahTemplate(Template): | |
| ################################################## | |
| ## CHEETAH GENERATED METHODS | |
| def __init__(self, *args, **KWs): | |
| Template.__init__(self, *args, **KWs) | |
| if not self._CHEETAH__instanceInitialized: | |
| cheetahKWArgs = {} | |
| allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split() | |
| for k,v in KWs.items(): | |
| if k in allowedKWs: cheetahKWArgs[k] = v | |
| self._initCheetahInstance(**cheetahKWArgs) | |
| def respond(self, trans=None): | |
| ## CHEETAH: main method generated for this template | |
| if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): | |
| trans = self.transaction # is None unless self.awake() was called | |
| if not trans: | |
| trans = DummyTransaction() | |
| _dummyTrans = True | |
| else: _dummyTrans = False | |
| write = trans.response().write | |
| SL = self._CHEETAH__searchList | |
| _filter = self._CHEETAH__currentFilter | |
| ######################################## | |
| ## START - generated method body | |
| _v = VFFSL(SL,"escape",False)(VFFSL(SL,"request",True)) # u'$escape($request)' on line 1, col 1 | |
| if _v is not None: write(_filter(_v, rawExpr=u'$escape($request)')) # from line 1, col 1. | |
| ######################################## | |
| ## END - generated method body | |
| return _dummyTrans and trans.response().getvalue() or "" | |
| ################################################## | |
| ## CHEETAH GENERATED ATTRIBUTES | |
| _CHEETAH__instanceInitialized = False | |
| _CHEETAH_version = __CHEETAH_version__ | |
| _CHEETAH_versionTuple = __CHEETAH_versionTuple__ | |
| _CHEETAH_genTime = __CHEETAH_genTime__ | |
| _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__ | |
| _CHEETAH_src = __CHEETAH_src__ | |
| _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__ | |
| _mainCheetahMethod_for_DynamicallyCompiledCheetahTemplate= 'respond' | |
| ## END CLASS DEFINITION | |
| if not hasattr(DynamicallyCompiledCheetahTemplate, '_initCheetahAttributes'): | |
| templateAPIClass = getattr(DynamicallyCompiledCheetahTemplate, '_CHEETAH_templateClass', Template) | |
| templateAPIClass._addCheetahPlumbingCodeToClass(DynamicallyCompiledCheetahTemplate) | |
| # CHEETAH was developed by Tavis Rudd and Mike Orr | |
| # with code, advice and input from many other volunteers. | |
| # For more information visit http://www.CheetahTemplate.org/ | |
| ################################################## | |
| ## if run from command line: | |
| if __name__ == '__main__': | |
| from Cheetah.TemplateCmdLineIface import CmdLineIface | |
| CmdLineIface(templateObj=DynamicallyCompiledCheetahTemplate()).run() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment