beremiz
Clone
Summary
Browse
Changes
Graph
Improved matplotlib graphic debug panel implementation
2013-02-20, Laurent Bessard
ebe63100b6d7
Improved matplotlib graphic debug panel implementation
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)