graphics/DebugDataConsumer.py
changeset 1831 56b48961cc68
parent 1782 5b6ad7a7fd9d
child 1839 a2324624e516
equal deleted inserted replaced
1830:e598d1acf354 1831:56b48961cc68
   154 # -------------------------------------------------------------------------------
   154 # -------------------------------------------------------------------------------
   155 #                            Debug Data Consumer Class
   155 #                            Debug Data Consumer Class
   156 # -------------------------------------------------------------------------------
   156 # -------------------------------------------------------------------------------
   157 
   157 
   158 
   158 
   159 class DebugDataConsumer:
   159 class DebugDataConsumer(object):
   160     """
   160     """
   161     Class that implements an element that consumes debug values
   161     Class that implements an element that consumes debug values
   162     Value update can be inhibited during the time the associated Debug Viewer is
   162     Value update can be inhibited during the time the associated Debug Viewer is
   163     refreshing
   163     refreshing
   164     """
   164     """