Home | Trees | Indices | Help |
---|
|
1 ############################################################################## 2 # 3 # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. 4 # 5 # This software is subject to the provisions of the Zope Public License, 6 # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. 7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED 8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 10 # FOR A PARTICULAR PURPOSE 11 # 12 ############################################################################## 13 __version__='$Revision: 1069 $'[11:-2] 14 15 from DT_Util import parse_params, name_param, html_quote, str 16 import string, sys 17 from string import find, split, join, atoi, rfind 18 20 name='return' 21 expr=None 2224 args = parse_params(args, name='', expr='') 25 name, expr = name_param(args,'var',1) 26 self.__name__, self.expr = name, expr27 37 38 __call__ = render 39 43
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:47 2011 | http://epydoc.sourceforge.net |