Example #1
0
 def __init__(self, trait, environ):
     DictElement.__init__(self, 'profile_variable', environ)
     self.setAttribute('trait', trait)
Example #2
0
 def __init__(self, trait, environ):
     DictElement.__init__(self, 'profile_variable', environ)
     self.setAttribute('trait', trait)
Example #3
0
 def __init__(self, environ):
     DictElement.__init__(self, 'environ', environ)
Example #4
0
 def __init__(self, environ):
     DictElement.__init__(self, 'environ', environ)