def __init__(self, variable, distributedObjects): """ Constructor @param variable variables.variable.Variable, Variable to wrap with the new DataGraphVW @param distributedObjects distributedobjects.DistributedObjects, the DistributedObjects-Instance """ DataGraphVW.__init__(self, variable, distributedObjects) self.templateHandler = PendingVariableTemplateHandler(self, self.distributedObjects)
def __init__(self, variable, distributedObjects): """ Constructor @param variable variables.variable.Variable, Variable to wrap with the new DataGraphVW @param distributedObjects distributedobjects.DistributedObjects, the DistributedObjects-Instance """ DataGraphVW.__init__(self, variable, distributedObjects)