pyface.workbench.debug.debug_view module
A view containing a main walter canvas.
-
class pyface.workbench.debug.debug_view.DebugViewModel[source]
Bases: HasTraits
The model for the debug view!
-
refresh(event)[source]
Refresh the model.
-
class pyface.workbench.debug.debug_view.DebugView[source]
Bases: View
A view containing a main walter canvas.
-
create_control(parent)[source]
Creates the toolkit-specific control that represents the view.
‘parent’ is the toolkit-specific control that is the view’s parent.