Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- model
The model for the debug view!
model = Instance(DebugViewModel)
- name
The part's name (displayed to the user).
name = 'Debug'
Method summary
- create_control(self, parent)
Methods
- create_control(self, parent)
Creates the toolkit-specific control that represents the view.
'parent' is the toolkit-specific control that is the view's parent.