Example #1
0
 def __init__(self, *args):
     StructVariable.__init__(self, *args)
     ComplexDataGraphVariableBase.__init__(
         self, StructVariableTemplateHandler(self))
Example #2
0
 def __init__(self, *args):
     StructVariable.__init__(self, *args)
     ComplexDataGraphVariableBase.__init__(self, StructVariableTemplateHandler(self))
Example #3
0
 def __init__(self, *args):
     StructVariable.__init__(self, *args)
     TreeVariableBase.__init__(self)
Example #4
0
 def __init__(self, *args):
     StructVariable.__init__(self, *args)
     TreeVariableBase.__init__(self)