envisage.plugins.python_shell.view.python_shell_view module¶
A view containing an interactive Python shell.
- class envisage.plugins.python_shell.view.python_shell_view.PseudoFile(write)[source]¶
- Bases: - object- Simulates a normal File object. 
- class envisage.plugins.python_shell.view.python_shell_view.PythonShellView(*args, **kwargs)[source]¶
- Bases: - Unimplemented- A view containing an interactive Python shell. - extension_registry = <traits.traits.ForwardProperty object>¶
 - id = 'envisage.plugins.python_shell_view'¶
 - name = 'Python'¶
 - names = <traits.trait_factory.TraitFactory object>¶
 - namespace = <traits.traits.ForwardProperty object>¶
 - position = 'bottom'¶
 
