controls/DebugVariablePanel/DebugVariableItem.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3750 f62625418bff
child 3772 ec2babbd5698
equal deleted inserted replaced
3764:d92c1a3dafa7 3765:88fe6fc9fd38
    60         self.Variable = variable
    60         self.Variable = variable
    61         self.StoreData = store_data
    61         self.StoreData = store_data
    62 
    62 
    63         # Get Variable data type
    63         # Get Variable data type
    64         self.RefreshVariableType()
    64         self.RefreshVariableType()
    65 
       
    66     def __del__(self):
       
    67         """
       
    68         Destructor
       
    69         """
       
    70         # Reset reference to debug variable panel
       
    71         self.Parent = None
       
    72 
    65 
    73     def SetVariable(self, variable):
    66     def SetVariable(self, variable):
    74         """
    67         """
    75         Set path of variable
    68         Set path of variable
    76         @param variable: Path of variable to debug
    69         @param variable: Path of variable to debug