src/eric7/Debugger/VariableDetailDialog.py

branch
eric7
changeset 10417
c6011e501282
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10416:5d807e997391 10417:c6011e501282
23 23
24 def __init__(self, var, vtype, value): 24 def __init__(self, var, vtype, value):
25 """ 25 """
26 Constructor 26 Constructor
27 27
28 @param var the variables name (string) 28 @param var the variables name
29 @param vtype the variables type (string) 29 @type str
30 @param value the variables value (string) 30 @param vtype the variables type
31 @type str
32 @param value the variables value
33 @type str
31 """ 34 """
32 super().__init__() 35 super().__init__()
33 self.setupUi(self) 36 self.setupUi(self)
34 37
35 # set the different fields 38 # set the different fields

eric ide

mercurial