controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1852 70c1cc354a8f
parent 1850 614396cbffbf
child 1853 47a3f39bead0
equal deleted inserted replaced
1851:1b8b5324506c 1852:70c1cc354a8f
   146 class DebugVariableTextViewer(DebugVariableViewer, wx.Panel):
   146 class DebugVariableTextViewer(DebugVariableViewer, wx.Panel):
   147     """
   147     """
   148     Class that implements a Viewer that display variable values as a text
   148     Class that implements a Viewer that display variable values as a text
   149     """
   149     """
   150 
   150 
   151     def __init__(self, parent, window, items=[]):
   151     def __init__(self, parent, window, items=None):
   152         """
   152         """
   153         Constructor
   153         Constructor
   154         @param parent: Parent wx.Window of DebugVariableText
   154         @param parent: Parent wx.Window of DebugVariableText
   155         @param window: Reference to the Debug Variable Panel
   155         @param window: Reference to the Debug Variable Panel
   156         @param items: List of DebugVariableItem displayed by Viewer
   156         @param items: List of DebugVariableItem displayed by Viewer