Пример #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)