diff -r c02818d7e29f -r 7e61baa047f0 controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Mon Aug 14 23:27:15 2017 +0300 @@ -67,6 +67,7 @@ # Debug Variable Graphic Viewer Helpers #------------------------------------------------------------------------------- + def merge_ranges(ranges): """ Merge variables data range in a list to return a range of minimal min range @@ -107,12 +108,12 @@ # Debug Variable Graphic Viewer Drop Target #------------------------------------------------------------------------------- -""" -Class that implements a custom drop target class for Debug Variable Graphic -Viewer -""" class DebugVariableGraphicDropTarget(wx.TextDropTarget): + """ + Class that implements a custom drop target class for Debug Variable Graphic + Viewer + """ def __init__(self, parent, window): """ @@ -238,11 +239,11 @@ # Debug Variable Graphic Viewer Class #------------------------------------------------------------------------------- -""" -Class that implements a Viewer that display variable values as a graphs -""" class DebugVariableGraphicViewer(DebugVariableViewer, FigureCanvas): + """ + Class that implements a Viewer that display variable values as a graphs + """ def __init__(self, parent, window, items, graph_type): """