示例#1
0
 def __init__(self):
     DTTag.__init__(self,
                    'calltemplate',
                    isempty=1,
                    modules=[SkunkWeb, computils, slotutils])
示例#2
0
 def __init__(self):
     DTTag.__init__(self,
                    'calltemplate',
                    isempty=1,
                    modules=[SkunkWeb, computils, slotutils])
示例#3
0
 def __init__(self, defaultSlotMapName='SLOTS'):
     self.defaultSlotMapName = defaultSlotMapName
     DTTag.__init__(self, 'slot', isempty=1)
示例#4
0
 def __init__(self, defaultSlotMapName='SLOTS'):
     self.defaultSlotMapName=defaultSlotMapName
     DTTag.__init__(self,
                    'slot',
                    isempty=1)